Html Css Color HEX #CFD64B Wattle

📋 copy color: '#CFD64B'

red 207 ◦ green 214 ◦ blue 75

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

Shades of Wattle #CFD64B

Tints of Wattle #CFD64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.12%

R = 41.73%
G = 43.15%
B = 15.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#CFD64B (or 0xCFD64B) is known color: Wattle. HEX triplet: CF, D6 and 4B. RGB value is (207,214,75). Sum of RGB (Red+Green+Blue) = 207+214+75=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD64B is #3029B4. Grayscale: #C4C4C4. Windows color (decimal): -3156405 or 4970191. OLE color: 4970191.

HSL color Cylindrical-coordinate representation of color #CFD64B: hue angle of 63.02º 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 #CFD64B is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 75 -
CMYK 0.03 0 0.65 0.16
HSL 63.02º 0.63% 0.57% -
HSV(B) 63.02º 0.65% 0.84% -
XYZ 51.05 61.87 15.91 -
YUV 196.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 207 214 75 0.03 0 0.65 0.16 63.02 0.63 0.57
Hex CF D6 4B 3 0 41 10 3F 3F 39
Octal 317 326 113 3 0 101 20 77 77 71
Binary 11001111 11010110 1001011 11 0 1000001 10000 111111 111111 111001

Color Harmonies of #CFD64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD64B

Black with #CFD64B

Text Example


Text Example

White with #CFD64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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