Html Css Color HEX #C9F074 Sulu

📋 copy color: '#C9F074'

red 201 ◦ green 240 ◦ blue 116

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

Shades of Sulu #C9F074

Tints of Sulu #C9F074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

 BLUE value IS 116 (45.7% from 255) = 20.83%

R = 36.09%
G = 43.09%
B = 20.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#C9F074 (or 0xC9F074) is known color: Sulu. HEX triplet: C9, F0 and 74. RGB value is (201,240,116). Sum of RGB (Red+Green+Blue) = 201+240+116=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F074 is #360F8B. Grayscale: #D6D6D6. Windows color (decimal): -3542924 or 7663817. OLE color: 7663817.

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

Color convert

RGB 201 240 116 -
CMYK 0.16 0 0.52 0.06
HSL 78.87º 0.81% 0.7% -
HSV(B) 78.87º 0.52% 0.94% -
XYZ 58.4 76 28.11 -
YUV 214.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 201 240 116 0.16 0 0.52 0.06 78.87 0.81 0.7
Hex C9 F0 74 10 0 34 6 4F 51 46
Octal 311 360 164 20 0 64 6 117 121 106
Binary 11001001 11110000 1110100 10000 0 110100 110 1001111 1010001 1000110

Color Harmonies of #C9F074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F074

Black with #C9F074

Text Example


Text Example

White with #C9F074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F074; }

 p { color: rgb(201,240,116); }

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

background-color css

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

 a { background-color: rgb(201,240,116); }

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

border-color css

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

 span { border-color: rgb(201,240,116); }

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