Html Css Color HEX #C2F28B Sulu

📋 copy color: '#C2F28B'

red 194 ◦ green 242 ◦ blue 139

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

Shades of Sulu #C2F28B

Tints of Sulu #C2F28B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.09%

 BLUE value IS 139 (54.69% from 255) = 24.17%

R = 33.74%
G = 42.09%
B = 24.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#C2F28B (or 0xC2F28B) is known color: Sulu. HEX triplet: C2, F2 and 8B. RGB value is (194,242,139). Sum of RGB (Red+Green+Blue) = 194+242+139=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F28B is #3D0D74. Grayscale: #D8D8D8. Windows color (decimal): -4001141 or 9171650. OLE color: 9171650.

HSL color Cylindrical-coordinate representation of color #C2F28B: hue angle of 87.96º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2F28B is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 139 -
CMYK 0.20 0 0.43 0.05
HSL 87.96º 0.8% 0.75% -
HSV(B) 87.96º 0.43% 0.95% -
XYZ 58.66 76.84 36.17 -
YUV 215.91 84.6 112.38 -
System Red Green Blue C M Y K H S L
Decimal 194 242 139 0.20 0 0.43 0.05 87.96 0.8 0.75
Hex C2 F2 8B 14 0 2B 5 58 50 4B
Octal 302 362 213 24 0 53 5 130 120 113
Binary 11000010 11110010 10001011 10100 0 101011 101 1011000 1010000 1001011

Color Harmonies of #C2F28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F28B

Black with #C2F28B

Text Example


Text Example

White with #C2F28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F28B; }

 p { color: rgb(194,242,139); }

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

background-color css

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

 a { background-color: rgb(194,242,139); }

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

border-color css

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

 span { border-color: rgb(194,242,139); }

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