Html Css Color HEX #C2FB72 Sulu

📋 copy color: '#C2FB72'

red 194 ◦ green 251 ◦ blue 114

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

Shades of Sulu #C2FB72

Tints of Sulu #C2FB72

RGB

 RED value IS 194 (76.17% from 255) = 34.7%

 GREEN value IS 251 (98.44% from 255) = 44.9%

 BLUE value IS 114 (44.92% from 255) = 20.39%

R = 34.7%
G = 44.9%
B = 20.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#C2FB72 (or 0xC2FB72) is known color: Sulu. HEX triplet: C2, FB and 72. RGB value is (194,251,114). Sum of RGB (Red+Green+Blue) = 194+251+114=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB72 is #3D048D. Grayscale: #DADADA. Windows color (decimal): -3998862 or 7535554. OLE color: 7535554.

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

Color convert

RGB 194 251 114 -
CMYK 0.23 0 0.55 0.02
HSL 84.96º 0.94% 0.72% -
HSV(B) 84.96º 0.55% 0.98% -
XYZ 59.78 81.68 28.53 -
YUV 218.34 69.12 110.64 -
System Red Green Blue C M Y K H S L
Decimal 194 251 114 0.23 0 0.55 0.02 84.96 0.94 0.72
Hex C2 FB 72 17 0 37 2 55 5E 48
Octal 302 373 162 27 0 67 2 125 136 110
Binary 11000010 11111011 1110010 10111 0 110111 10 1010101 1011110 1001000

Color Harmonies of #C2FB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FB72

Black with #C2FB72

Text Example


Text Example

White with #C2FB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FB72; }

 p { color: rgb(194,251,114); }

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

background-color css

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

 a { background-color: rgb(194,251,114); }

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

border-color css

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

 span { border-color: rgb(194,251,114); }

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