Html Css Color HEX #C2E790 Sulu

📋 copy color: '#C2E790'

red 194 ◦ green 231 ◦ blue 144

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

Shades of Sulu #C2E790

Tints of Sulu #C2E790

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.6%

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

R = 34.09%
G = 40.6%
B = 25.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#C2E790 (or 0xC2E790) is known color: Sulu. HEX triplet: C2, E7 and 90. RGB value is (194,231,144). Sum of RGB (Red+Green+Blue) = 194+231+144=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E790 is #3D186F. Grayscale: #D2D2D2. Windows color (decimal): -4003952 or 9496514. OLE color: 9496514.

HSL color Cylindrical-coordinate representation of color #C2E790: hue angle of 85.52º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2E790 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 231 144 -
CMYK 0.16 0 0.38 0.09
HSL 85.52º 0.64% 0.74% -
HSV(B) 85.52º 0.38% 0.91% -
XYZ 55.86 70.63 37.08 -
YUV 210.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 194 231 144 0.16 0 0.38 0.09 85.52 0.64 0.74
Hex C2 E7 90 10 0 26 9 56 40 4A
Octal 302 347 220 20 0 46 11 126 100 112
Binary 11000010 11100111 10010000 10000 0 100110 1001 1010110 1000000 1001010

Color Harmonies of #C2E790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E790

Black with #C2E790

Text Example


Text Example

White with #C2E790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E790; }

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

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

background-color css

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

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

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

border-color css

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

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

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