Html Css Color HEX #CFD74C Wattle

📋 copy color: '#CFD74C'

red 207 ◦ green 215 ◦ blue 76

#CFD74C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #CFD74C

Tints of Wattle #CFD74C

RGB

 RED value IS 207 (81.25% from 255) = 41.57%

 GREEN value IS 215 (84.38% from 255) = 43.17%

 BLUE value IS 76 (30.08% from 255) = 15.26%

R = 41.57%
G = 43.17%
B = 15.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFD74C (or 0xCFD74C) is known color: Wattle. HEX triplet: CF, D7 and 4C. RGB value is (207,215,76). Sum of RGB (Red+Green+Blue) = 207+215+76=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD74C is #3028B3. Grayscale: #C5C5C5. Windows color (decimal): -3156148 or 5035983. OLE color: 5035983.

HSL color Cylindrical-coordinate representation of color #CFD74C: hue angle of 63.45º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFD74C is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 76 -
CMYK 0.04 0 0.65 0.16
HSL 63.45º 0.63% 0.57% -
HSV(B) 63.45º 0.65% 0.84% -
XYZ 51.34 62.39 16.17 -
YUV 196.76 59.85 135.3 -
System Red Green Blue C M Y K H S L
Decimal 207 215 76 0.04 0 0.65 0.16 63.45 0.63 0.57
Hex CF D7 4C 4 0 41 10 3F 3F 39
Octal 317 327 114 4 0 101 20 77 77 71
Binary 11001111 11010111 1001100 100 0 1000001 10000 111111 111111 111001

Color Harmonies of #CFD74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD74C

Black with #CFD74C

Text Example


Text Example

White with #CFD74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD74C; }

 p { color: rgb(207,215,76); }

 H1.HeaderClassName
 {
   color: #CFD74C;
 }
 .AnyTagClassName
 {
   color: #CFD74C;
 }
</style>

background-color css

<style>
 a { background-color: #CFD74C; }

 a { background-color: rgb(207,215,76); }

 div.DivClassName
 {
   background-color: #CFD74C;
 }
 .BgClassName
 {
   background-color: #CFD74C;
 }
</style>

border-color css

<style>
 span { border-color: #CFD74C; }

 span { border-color: rgb(207,215,76); }

 td.TdClassName
 {
   border-color: #CFD74C;
 }
 .TagClassName
 {
   border-color: #CFD74C;
 }
</style>