Html Css Color HEX #C2F28A Sulu

📋 copy color: '#C2F28A'

red 194 ◦ green 242 ◦ blue 138

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

Shades of Sulu #C2F28A

Tints of Sulu #C2F28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.04%

R = 33.8%
G = 42.16%
B = 24.04%

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

#C2F28A (or 0xC2F28A) is known color: Sulu. HEX triplet: C2, F2 and 8A. RGB value is (194,242,138). Sum of RGB (Red+Green+Blue) = 194+242+138=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F28A is #3D0D75. Grayscale: #D8D8D8. Windows color (decimal): -4001142 or 9106114. OLE color: 9106114.

HSL color Cylindrical-coordinate representation of color #C2F28A: hue angle of 87.69º 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 #C2F28A is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 138 -
CMYK 0.20 0 0.43 0.05
HSL 87.69º 0.8% 0.75% -
HSV(B) 87.69º 0.43% 0.95% -
XYZ 58.59 76.81 35.78 -
YUV 215.79 84.1 112.46 -
System Red Green Blue C M Y K H S L
Decimal 194 242 138 0.20 0 0.43 0.05 87.69 0.8 0.75
Hex C2 F2 8A 14 0 2B 5 58 50 4B
Octal 302 362 212 24 0 53 5 130 120 113
Binary 11000010 11110010 10001010 10100 0 101011 101 1011000 1010000 1001011

Color Harmonies of #C2F28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F28A

Black with #C2F28A

Text Example


Text Example

White with #C2F28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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