Html Css Color HEX #C9FF65 Sulu

📋 copy color: '#C9FF65'

red 201 ◦ green 255 ◦ blue 101

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

Shades of Sulu #C9FF65

Tints of Sulu #C9FF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.13%

R = 36.09%
G = 45.78%
B = 18.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#C9FF65 (or 0xC9FF65) is known color: Sulu. HEX triplet: C9, FF and 65. RGB value is (201,255,101). Sum of RGB (Red+Green+Blue) = 201+255+101=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FF65 is #36009A. Grayscale: #DDDDDD. Windows color (decimal): -3539099 or 6684617. OLE color: 6684617.

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

Color convert

RGB 201 255 101 -
CMYK 0.21 0 0.60 0
HSL 81.04º 1% 0.7% -
HSV(B) 81.04º 0.6% 1% -
XYZ 62.2 84.88 25.42 -
YUV 221.3 60.11 113.52 -
System Red Green Blue C M Y K H S L
Decimal 201 255 101 0.21 0 0.60 0 81.04 1 0.7
Hex C9 FF 65 15 0 3C 0 51 64 46
Octal 311 377 145 25 0 74 0 121 144 106
Binary 11001001 11111111 1100101 10101 0 111100 0 1010001 1100100 1000110

Color Harmonies of #C9FF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF65

Black with #C9FF65

Text Example


Text Example

White with #C9FF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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