Html Css Color HEX #CAD50D Bird Flower

📋 copy color: '#CAD50D'

red 202 ◦ green 213 ◦ blue 13

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

Shades of Bird Flower #CAD50D

Tints of Bird Flower #CAD50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 47.2%
G = 49.77%
B = 3.04%

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

#CAD50D (or 0xCAD50D) is known color: Bird Flower. HEX triplet: CA, D5 and 0D. RGB value is (202,213,13). Sum of RGB (Red+Green+Blue) = 202+213+13=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD50D is #352AF2. Grayscale: #BBBBBB. Windows color (decimal): -3484403 or 906698. OLE color: 906698.

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

Color convert

RGB 202 213 13 -
CMYK 0.05 0 0.94 0.16
HSL 63.3º 0.88% 0.44% -
HSV(B) 63.3º 0.94% 0.84% -
XYZ 48.22 60.17 9.45 -
YUV 186.91 29.86 138.76 -
System Red Green Blue C M Y K H S L
Decimal 202 213 13 0.05 0 0.94 0.16 63.3 0.88 0.44
Hex CA D5 D 5 0 5E 10 3F 58 2C
Octal 312 325 15 5 0 136 20 77 130 54
Binary 11001010 11010101 1101 101 0 1011110 10000 111111 1011000 101100

Color Harmonies of #CAD50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD50D

Black with #CAD50D

Text Example


Text Example

White with #CAD50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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