Html Css Color HEX #C2E67D Sulu

📋 copy color: '#C2E67D'

red 194 ◦ green 230 ◦ blue 125

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

Shades of Sulu #C2E67D

Tints of Sulu #C2E67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.77%

R = 35.34%
G = 41.89%
B = 22.77%

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

#C2E67D (or 0xC2E67D) is known color: Sulu. HEX triplet: C2, E6 and 7D. RGB value is (194,230,125). Sum of RGB (Red+Green+Blue) = 194+230+125=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E67D is #3D1982. Grayscale: #CFCFCF. Windows color (decimal): -4004227 or 8251074. OLE color: 8251074.

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

Color convert

RGB 194 230 125 -
CMYK 0.16 0 0.46 0.10
HSL 80.57º 0.68% 0.7% -
HSV(B) 80.57º 0.46% 0.9% -
XYZ 54.25 69.54 29.97 -
YUV 207.27 81.57 118.54 -
System Red Green Blue C M Y K H S L
Decimal 194 230 125 0.16 0 0.46 0.10 80.57 0.68 0.7
Hex C2 E6 7D 10 0 2E A 51 44 46
Octal 302 346 175 20 0 56 12 121 104 106
Binary 11000010 11100110 1111101 10000 0 101110 1010 1010001 1000100 1000110

Color Harmonies of #C2E67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E67D

Black with #C2E67D

Text Example


Text Example

White with #C2E67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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