Html Css Color HEX #C2F98E Sulu

📋 copy color: '#C2F98E'

red 194 ◦ green 249 ◦ blue 142

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

Shades of Sulu #C2F98E

Tints of Sulu #C2F98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.27%

R = 33.16%
G = 42.56%
B = 24.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#C2F98E (or 0xC2F98E) is known color: Sulu. HEX triplet: C2, F9 and 8E. RGB value is (194,249,142). Sum of RGB (Red+Green+Blue) = 194+249+142=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F98E is #3D0671. Grayscale: #DCDCDC. Windows color (decimal): -3999346 or 9370050. OLE color: 9370050.

HSL color Cylindrical-coordinate representation of color #C2F98E: hue angle of 90.84º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2F98E is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 142 -
CMYK 0.22 0 0.43 0.02
HSL 90.84º 0.9% 0.77% -
HSV(B) 90.84º 0.43% 0.98% -
XYZ 61.01 81.17 38.04 -
YUV 220.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 194 249 142 0.22 0 0.43 0.02 90.84 0.9 0.77
Hex C2 F9 8E 16 0 2B 2 5B 5A 4D
Octal 302 371 216 26 0 53 2 133 132 115
Binary 11000010 11111001 10001110 10110 0 101011 10 1011011 1011010 1001101

Color Harmonies of #C2F98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F98E

Black with #C2F98E

Text Example


Text Example

White with #C2F98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F98E; }

 p { color: rgb(194,249,142); }

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

background-color css

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

 a { background-color: rgb(194,249,142); }

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

border-color css

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

 span { border-color: rgb(194,249,142); }

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