Html Css Color HEX #C2E67C Sulu

📋 copy color: '#C2E67C'

red 194 ◦ green 230 ◦ blue 124

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

Shades of Sulu #C2E67C

Tints of Sulu #C2E67C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.97%

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

R = 35.4%
G = 41.97%
B = 22.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#C2E67C (or 0xC2E67C) is known color: Sulu. HEX triplet: C2, E6 and 7C. RGB value is (194,230,124). Sum of RGB (Red+Green+Blue) = 194+230+124=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E67C is #3D1983. Grayscale: #CFCFCF. Windows color (decimal): -4004228 or 8185538. OLE color: 8185538.

HSL color Cylindrical-coordinate representation of color #C2E67C: hue angle of 80.38º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2E67C is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 230 124 -
CMYK 0.16 0 0.46 0.10
HSL 80.38º 0.68% 0.69% -
HSV(B) 80.38º 0.46% 0.9% -
XYZ 54.18 69.52 29.63 -
YUV 207.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 194 230 124 0.16 0 0.46 0.10 80.38 0.68 0.69
Hex C2 E6 7C 10 0 2E A 50 44 45
Octal 302 346 174 20 0 56 12 120 104 105
Binary 11000010 11100110 1111100 10000 0 101110 1010 1010000 1000100 1000101

Color Harmonies of #C2E67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E67C

Black with #C2E67C

Text Example


Text Example

White with #C2E67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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