Html Css Color HEX #C9FF82 Sulu

📋 copy color: '#C9FF82'

red 201 ◦ green 255 ◦ blue 130

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

Shades of Sulu #C9FF82

Tints of Sulu #C9FF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.18%

R = 34.3%
G = 43.52%
B = 22.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#C9FF82 (or 0xC9FF82) is known color: Sulu. HEX triplet: C9, FF and 82. RGB value is (201,255,130). Sum of RGB (Red+Green+Blue) = 201+255+130=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FF82 is #36007D. Grayscale: #E1E1E1. Windows color (decimal): -3539070 or 8585161. OLE color: 8585161.

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

Color convert

RGB 201 255 130 -
CMYK 0.21 0 0.49 0
HSL 85.92º 1% 0.75% -
HSV(B) 85.92º 0.49% 1% -
XYZ 63.88 85.55 34.27 -
YUV 224.6 74.61 111.16 -
System Red Green Blue C M Y K H S L
Decimal 201 255 130 0.21 0 0.49 0 85.92 1 0.75
Hex C9 FF 82 15 0 31 0 56 64 4B
Octal 311 377 202 25 0 61 0 126 144 113
Binary 11001001 11111111 10000010 10101 0 110001 0 1010110 1100100 1001011

Color Harmonies of #C9FF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF82

Black with #C9FF82

Text Example


Text Example

White with #C9FF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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