Html Css Color HEX #C2EF90 Sulu

📋 copy color: '#C2EF90'

red 194 ◦ green 239 ◦ blue 144

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

Shades of Sulu #C2EF90

Tints of Sulu #C2EF90

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.42%

 BLUE value IS 144 (56.64% from 255) = 24.96%

R = 33.62%
G = 41.42%
B = 24.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#C2EF90 (or 0xC2EF90) is known color: Sulu. HEX triplet: C2, EF and 90. RGB value is (194,239,144). Sum of RGB (Red+Green+Blue) = 194+239+144=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EF90 is #3D106F. Grayscale: #D7D7D7. Windows color (decimal): -4001904 or 9498562. OLE color: 9498562.

HSL color Cylindrical-coordinate representation of color #C2EF90: hue angle of 88.42º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2EF90 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 239 144 -
CMYK 0.19 0 0.40 0.06
HSL 88.42º 0.75% 0.75% -
HSV(B) 88.42º 0.4% 0.94% -
XYZ 58.15 75.22 37.84 -
YUV 214.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 194 239 144 0.19 0 0.40 0.06 88.42 0.75 0.75
Hex C2 EF 90 13 0 28 6 58 4B 4B
Octal 302 357 220 23 0 50 6 130 113 113
Binary 11000010 11101111 10010000 10011 0 101000 110 1011000 1001011 1001011

Color Harmonies of #C2EF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EF90

Black with #C2EF90

Text Example


Text Example

White with #C2EF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EF90; }

 p { color: rgb(194,239,144); }

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

background-color css

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

 a { background-color: rgb(194,239,144); }

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

border-color css

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

 span { border-color: rgb(194,239,144); }

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