Html Css Color HEX #C9F968 Sulu

📋 copy color: '#C9F968'

red 201 ◦ green 249 ◦ blue 104

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

Shades of Sulu #C9F968

Tints of Sulu #C9F968

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.95%

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

R = 36.28%
G = 44.95%
B = 18.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#C9F968 (or 0xC9F968) is known color: Sulu. HEX triplet: C9, F9 and 68. RGB value is (201,249,104). Sum of RGB (Red+Green+Blue) = 201+249+104=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F968 is #360697. Grayscale: #DADADA. Windows color (decimal): -3540632 or 6879689. OLE color: 6879689.

HSL color Cylindrical-coordinate representation of color #C9F968: hue angle of 79.86º degrees, saturation: 0.92, 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 #C9F968 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 249 104 -
CMYK 0.19 0 0.58 0.02
HSL 79.86º 0.92% 0.69% -
HSV(B) 79.86º 0.58% 0.98% -
XYZ 60.46 81.17 25.58 -
YUV 218.12 63.6 115.79 -
System Red Green Blue C M Y K H S L
Decimal 201 249 104 0.19 0 0.58 0.02 79.86 0.92 0.69
Hex C9 F9 68 13 0 3A 2 50 5C 45
Octal 311 371 150 23 0 72 2 120 134 105
Binary 11001001 11111001 1101000 10011 0 111010 10 1010000 1011100 1000101

Color Harmonies of #C9F968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F968

Black with #C9F968

Text Example


Text Example

White with #C9F968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F968; }

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

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

background-color css

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

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

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

border-color css

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

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

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