Html Css Color HEX #C9FF70 Sulu

📋 copy color: '#C9FF70'

red 201 ◦ green 255 ◦ blue 112

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

Shades of Sulu #C9FF70

Tints of Sulu #C9FF70

RGB

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

 GREEN value IS 255 (100% from 255) = 44.89%

 BLUE value IS 112 (44.14% from 255) = 19.72%

R = 35.39%
G = 44.89%
B = 19.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#C9FF70 (or 0xC9FF70) is known color: Sulu. HEX triplet: C9, FF and 70. RGB value is (201,255,112). Sum of RGB (Red+Green+Blue) = 201+255+112=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF70 is #36008F. Grayscale: #DFDFDF. Windows color (decimal): -3539088 or 7405513. OLE color: 7405513.

HSL color Cylindrical-coordinate representation of color #C9FF70: hue angle of 82.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9FF70 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 201 255 112 -
CMYK 0.21 0 0.56 0
HSL 82.66º 1% 0.72% -
HSV(B) 82.66º 0.56% 1% -
XYZ 62.77 85.11 28.45 -
YUV 222.55 65.61 112.63 -
System Red Green Blue C M Y K H S L
Decimal 201 255 112 0.21 0 0.56 0 82.66 1 0.72
Hex C9 FF 70 15 0 38 0 53 64 48
Octal 311 377 160 25 0 70 0 123 144 110
Binary 11001001 11111111 1110000 10101 0 111000 0 1010011 1100100 1001000

Color Harmonies of #C9FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF70

Black with #C9FF70

Text Example


Text Example

White with #C9FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF70; }

 p { color: rgb(201,255,112); }

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

background-color css

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

 a { background-color: rgb(201,255,112); }

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

border-color css

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

 span { border-color: rgb(201,255,112); }

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