Html Css Color HEX #C2E28B Sulu

📋 copy color: '#C2E28B'

red 194 ◦ green 226 ◦ blue 139

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

Shades of Sulu #C2E28B

Tints of Sulu #C2E28B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.43%

 BLUE value IS 139 (54.69% from 255) = 24.87%

R = 34.7%
G = 40.43%
B = 24.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#C2E28B (or 0xC2E28B) is known color: Sulu. HEX triplet: C2, E2 and 8B. RGB value is (194,226,139). Sum of RGB (Red+Green+Blue) = 194+226+139=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E28B is #3D1D74. Grayscale: #CECECE. Windows color (decimal): -4005237 or 9167554. OLE color: 9167554.

HSL color Cylindrical-coordinate representation of color #C2E28B: hue angle of 82.07º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2E28B is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 226 139 -
CMYK 0.14 0 0.38 0.11
HSL 82.07º 0.6% 0.72% -
HSV(B) 82.07º 0.38% 0.89% -
XYZ 54.1 67.73 34.65 -
YUV 206.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 194 226 139 0.14 0 0.38 0.11 82.07 0.6 0.72
Hex C2 E2 8B E 0 26 B 52 3C 48
Octal 302 342 213 16 0 46 13 122 74 110
Binary 11000010 11100010 10001011 1110 0 100110 1011 1010010 111100 1001000

Color Harmonies of #C2E28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E28B

Black with #C2E28B

Text Example


Text Example

White with #C2E28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E28B; }

 p { color: rgb(194,226,139); }

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

background-color css

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

 a { background-color: rgb(194,226,139); }

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

border-color css

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

 span { border-color: rgb(194,226,139); }

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