Html Css Color HEX #C2E07C Sulu

📋 copy color: '#C2E07C'

red 194 ◦ green 224 ◦ blue 124

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

Shades of Sulu #C2E07C

Tints of Sulu #C2E07C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

 BLUE value IS 124 (48.83% from 255) = 22.88%

R = 35.79%
G = 41.33%
B = 22.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#C2E07C (or 0xC2E07C) is known color: Sulu. HEX triplet: C2, E0 and 7C. RGB value is (194,224,124). Sum of RGB (Red+Green+Blue) = 194+224+124=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E07C is #3D1F83. Grayscale: #CCCCCC. Windows color (decimal): -4005764 or 8184002. OLE color: 8184002.

HSL color Cylindrical-coordinate representation of color #C2E07C: hue angle of 78º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2E07C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 224 124 -
CMYK 0.13 0 0.45 0.12
HSL 78º 0.62% 0.68% -
HSV(B) 78º 0.45% 0.88% -
XYZ 52.54 66.24 29.08 -
YUV 203.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 194 224 124 0.13 0 0.45 0.12 78 0.62 0.68
Hex C2 E0 7C D 0 2D C 4E 3E 44
Octal 302 340 174 15 0 55 14 116 76 104
Binary 11000010 11100000 1111100 1101 0 101101 1100 1001110 111110 1000100

Color Harmonies of #C2E07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E07C

Black with #C2E07C

Text Example


Text Example

White with #C2E07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E07C; }

 p { color: rgb(194,224,124); }

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

background-color css

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

 a { background-color: rgb(194,224,124); }

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

border-color css

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

 span { border-color: rgb(194,224,124); }

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