Html Css Color HEX #C0E07D Sulu

📋 copy color: '#C0E07D'

red 192 ◦ green 224 ◦ blue 125

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

Shades of Sulu #C0E07D

Tints of Sulu #C0E07D

RGB

 RED value IS 192 (75.39% from 255) = 35.49%

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

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

R = 35.49%
G = 41.4%
B = 23.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#C0E07D (or 0xC0E07D) is known color: Sulu. HEX triplet: C0, E0 and 7D. RGB value is (192,224,125). Sum of RGB (Red+Green+Blue) = 192+224+125=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E07D is #3F1F82. Grayscale: #CBCBCB. Windows color (decimal): -4136835 or 8249536. OLE color: 8249536.

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

Color convert

RGB 192 224 125 -
CMYK 0.14 0 0.44 0.12
HSL 79.39º 0.61% 0.68% -
HSV(B) 79.39º 0.44% 0.88% -
XYZ 52.1 66 29.4 -
YUV 203.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 192 224 125 0.14 0 0.44 0.12 79.39 0.61 0.68
Hex C0 E0 7D E 0 2C C 4F 3D 44
Octal 300 340 175 16 0 54 14 117 75 104
Binary 11000000 11100000 1111101 1110 0 101100 1100 1001111 111101 1000100

Color Harmonies of #C0E07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E07D

Black with #C0E07D

Text Example


Text Example

White with #C0E07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E07D; }

 p { color: rgb(192,224,125); }

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

background-color css

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

 a { background-color: rgb(192,224,125); }

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

border-color css

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

 span { border-color: rgb(192,224,125); }

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