Html Css Color HEX #CAD60C Bird Flower

📋 copy color: '#CAD60C'

red 202 ◦ green 214 ◦ blue 12

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

Shades of Bird Flower #CAD60C

Tints of Bird Flower #CAD60C

RGB

 RED value IS 202 (79.3% from 255) = 47.2%

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

 BLUE value IS 12 (5.08% from 255) = 2.8%

R = 47.2%
G = 50%
B = 2.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#CAD60C (or 0xCAD60C) is known color: Bird Flower. HEX triplet: CA, D6 and 0C. RGB value is (202,214,12). Sum of RGB (Red+Green+Blue) = 202+214+12=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 12 (5.08% from 255 or 2.80% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD60C is #3529F3. Grayscale: #BCBCBC. Windows color (decimal): -3484148 or 841418. OLE color: 841418.

HSL color Cylindrical-coordinate representation of color #CAD60C: hue angle of 63.56º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAD60C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 214 12 -
CMYK 0.06 0 0.94 0.16
HSL 63.56º 0.89% 0.44% -
HSV(B) 63.56º 0.94% 0.84% -
XYZ 48.47 60.68 9.5 -
YUV 187.38 29.02 138.43 -
System Red Green Blue C M Y K H S L
Decimal 202 214 12 0.06 0 0.94 0.16 63.56 0.89 0.44
Hex CA D6 C 6 0 5E 10 40 59 2C
Octal 312 326 14 6 0 136 20 100 131 54
Binary 11001010 11010110 1100 110 0 1011110 10000 1000000 1011001 101100

Color Harmonies of #CAD60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD60C

Black with #CAD60C

Text Example


Text Example

White with #CAD60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD60C; }

 p { color: rgb(202,214,12); }

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

background-color css

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

 a { background-color: rgb(202,214,12); }

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

border-color css

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

 span { border-color: rgb(202,214,12); }

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