Html Css Color HEX #CFD64C Wattle

📋 copy color: '#CFD64C'

red 207 ◦ green 214 ◦ blue 76

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

Shades of Wattle #CFD64C

Tints of Wattle #CFD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.06%

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

R = 41.65%
G = 43.06%
B = 15.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#CFD64C (or 0xCFD64C) is known color: Wattle. HEX triplet: CF, D6 and 4C. RGB value is (207,214,76). Sum of RGB (Red+Green+Blue) = 207+214+76=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD64C is #3029B3. Grayscale: #C4C4C4. Windows color (decimal): -3156404 or 5035727. OLE color: 5035727.

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

Color convert

RGB 207 214 76 -
CMYK 0.03 0 0.64 0.16
HSL 63.04º 0.63% 0.57% -
HSV(B) 63.04º 0.64% 0.84% -
XYZ 51.08 61.88 16.09 -
YUV 196.18 60.18 135.72 -
System Red Green Blue C M Y K H S L
Decimal 207 214 76 0.03 0 0.64 0.16 63.04 0.63 0.57
Hex CF D6 4C 3 0 40 10 3F 3F 39
Octal 317 326 114 3 0 100 20 77 77 71
Binary 11001111 11010110 1001100 11 0 1000000 10000 111111 111111 111001

Color Harmonies of #CFD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD64C

Black with #CFD64C

Text Example


Text Example

White with #CFD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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