Html Css Color HEX #C9FA68 Sulu

📋 copy color: '#C9FA68'

red 201 ◦ green 250 ◦ blue 104

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

Shades of Sulu #C9FA68

Tints of Sulu #C9FA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.05%

 BLUE value IS 104 (41.02% from 255) = 18.74%

R = 36.22%
G = 45.05%
B = 18.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#C9FA68 (or 0xC9FA68) is known color: Sulu. HEX triplet: C9, FA and 68. RGB value is (201,250,104). Sum of RGB (Red+Green+Blue) = 201+250+104=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FA68 is #360597. Grayscale: #DBDBDB. Windows color (decimal): -3540376 or 6879945. OLE color: 6879945.

HSL color Cylindrical-coordinate representation of color #C9FA68: hue angle of 80.14º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9FA68 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 250 104 -
CMYK 0.20 0 0.58 0.02
HSL 80.14º 0.94% 0.69% -
HSV(B) 80.14º 0.58% 0.98% -
XYZ 60.77 81.79 25.68 -
YUV 218.71 63.27 115.37 -
System Red Green Blue C M Y K H S L
Decimal 201 250 104 0.20 0 0.58 0.02 80.14 0.94 0.69
Hex C9 FA 68 14 0 3A 2 50 5E 45
Octal 311 372 150 24 0 72 2 120 136 105
Binary 11001001 11111010 1101000 10100 0 111010 10 1010000 1011110 1000101

Color Harmonies of #C9FA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FA68

Black with #C9FA68

Text Example


Text Example

White with #C9FA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FA68; }

 p { color: rgb(201,250,104); }

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

background-color css

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

 a { background-color: rgb(201,250,104); }

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

border-color css

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

 span { border-color: rgb(201,250,104); }

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