Html Css Color HEX #C2E470 Sulu

📋 copy color: '#C2E470'

red 194 ◦ green 228 ◦ blue 112

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

Shades of Sulu #C2E470

Tints of Sulu #C2E470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.7%

 BLUE value IS 112 (44.14% from 255) = 20.97%

R = 36.33%
G = 42.7%
B = 20.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#C2E470 (or 0xC2E470) is known color: Sulu. HEX triplet: C2, E4 and 70. RGB value is (194,228,112). Sum of RGB (Red+Green+Blue) = 194+228+112=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E470 is #3D1B8F. Grayscale: #CDCDCD. Windows color (decimal): -4004752 or 7398594. OLE color: 7398594.

HSL color Cylindrical-coordinate representation of color #C2E470: hue angle of 77.59º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2E470 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 228 112 -
CMYK 0.15 0 0.51 0.11
HSL 77.59º 0.68% 0.67% -
HSV(B) 77.59º 0.51% 0.89% -
XYZ 52.92 68.13 25.69 -
YUV 204.61 75.74 120.43 -
System Red Green Blue C M Y K H S L
Decimal 194 228 112 0.15 0 0.51 0.11 77.59 0.68 0.67
Hex C2 E4 70 F 0 33 B 4E 44 43
Octal 302 344 160 17 0 63 13 116 104 103
Binary 11000010 11100100 1110000 1111 0 110011 1011 1001110 1000100 1000011

Color Harmonies of #C2E470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E470

Black with #C2E470

Text Example


Text Example

White with #C2E470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E470; }

 p { color: rgb(194,228,112); }

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

background-color css

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

 a { background-color: rgb(194,228,112); }

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

border-color css

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

 span { border-color: rgb(194,228,112); }

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