Html Css Color HEX #C9FF6B Sulu

📋 copy color: '#C9FF6B'

red 201 ◦ green 255 ◦ blue 107

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

Shades of Sulu #C9FF6B

Tints of Sulu #C9FF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.01%

R = 35.7%
G = 45.29%
B = 19.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#C9FF6B (or 0xC9FF6B) is known color: Sulu. HEX triplet: C9, FF and 6B. RGB value is (201,255,107). Sum of RGB (Red+Green+Blue) = 201+255+107=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF6B is #360094. Grayscale: #DEDEDE. Windows color (decimal): -3539093 or 7077833. OLE color: 7077833.

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

Color convert

RGB 201 255 107 -
CMYK 0.21 0 0.58 0
HSL 81.89º 1% 0.71% -
HSV(B) 81.89º 0.58% 1% -
XYZ 62.5 85 27.02 -
YUV 221.98 63.11 113.03 -
System Red Green Blue C M Y K H S L
Decimal 201 255 107 0.21 0 0.58 0 81.89 1 0.71
Hex C9 FF 6B 15 0 3A 0 52 64 47
Octal 311 377 153 25 0 72 0 122 144 107
Binary 11001001 11111111 1101011 10101 0 111010 0 1010010 1100100 1000111

Color Harmonies of #C9FF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF6B

Black with #C9FF6B

Text Example


Text Example

White with #C9FF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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