Html Css Color HEX #CAD50C Bird Flower

📋 copy color: '#CAD50C'

red 202 ◦ green 213 ◦ blue 12

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

Shades of Bird Flower #CAD50C

Tints of Bird Flower #CAD50C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.88%

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

R = 47.31%
G = 49.88%
B = 2.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#CAD50C (or 0xCAD50C) is known color: Bird Flower. HEX triplet: CA, D5 and 0C. RGB value is (202,213,12). Sum of RGB (Red+Green+Blue) = 202+213+12=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD50C is #352AF3. Grayscale: #BBBBBB. Windows color (decimal): -3484404 or 841162. OLE color: 841162.

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

Color convert

RGB 202 213 12 -
CMYK 0.05 0 0.94 0.16
HSL 63.28º 0.89% 0.44% -
HSV(B) 63.28º 0.94% 0.84% -
XYZ 48.22 60.17 9.42 -
YUV 186.8 29.36 138.84 -
System Red Green Blue C M Y K H S L
Decimal 202 213 12 0.05 0 0.94 0.16 63.28 0.89 0.44
Hex CA D5 C 5 0 5E 10 3F 59 2C
Octal 312 325 14 5 0 136 20 77 131 54
Binary 11001010 11010101 1100 101 0 1011110 10000 111111 1011001 101100

Color Harmonies of #CAD50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD50C

Black with #CAD50C

Text Example


Text Example

White with #CAD50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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