Html Css Color HEX #C9D30F Bird Flower

📋 copy color: '#C9D30F'

red 201 ◦ green 211 ◦ blue 15

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

Shades of Bird Flower #C9D30F

Tints of Bird Flower #C9D30F

RGB

 RED value IS 201 (78.91% from 255) = 47.07%

 GREEN value IS 211 (82.81% from 255) = 49.41%

 BLUE value IS 15 (6.25% from 255) = 3.51%

R = 47.07%
G = 49.41%
B = 3.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#C9D30F (or 0xC9D30F) is known color: Bird Flower. HEX triplet: C9, D3 and 0F. RGB value is (201,211,15). Sum of RGB (Red+Green+Blue) = 201+211+15=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D30F is #362CF0. Grayscale: #BABABA. Windows color (decimal): -3550449 or 1037257. OLE color: 1037257.

HSL color Cylindrical-coordinate representation of color #C9D30F: hue angle of 63.06º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9D30F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 211 15 -
CMYK 0.05 0 0.93 0.17
HSL 63.06º 0.87% 0.44% -
HSV(B) 63.06º 0.93% 0.83% -
XYZ 47.47 59.04 9.35 -
YUV 185.67 31.69 138.94 -
System Red Green Blue C M Y K H S L
Decimal 201 211 15 0.05 0 0.93 0.17 63.06 0.87 0.44
Hex C9 D3 F 5 0 5D 11 3F 57 2C
Octal 311 323 17 5 0 135 21 77 127 54
Binary 11001001 11010011 1111 101 0 1011101 10001 111111 1010111 101100

Color Harmonies of #C9D30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D30F

Black with #C9D30F

Text Example


Text Example

White with #C9D30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D30F; }

 p { color: rgb(201,211,15); }

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

background-color css

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

 a { background-color: rgb(201,211,15); }

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

border-color css

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

 span { border-color: rgb(201,211,15); }

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