Html Css Color HEX #C0E27D Sulu

📋 copy color: '#C0E27D'

red 192 ◦ green 226 ◦ blue 125

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

Shades of Sulu #C0E27D

Tints of Sulu #C0E27D

RGB

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

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

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

R = 35.36%
G = 41.62%
B = 23.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#C0E27D (or 0xC0E27D) is known color: Sulu. HEX triplet: C0, E2 and 7D. RGB value is (192,226,125). Sum of RGB (Red+Green+Blue) = 192+226+125=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E27D is #3F1D82. Grayscale: #CCCCCC. Windows color (decimal): -4136323 or 8250048. OLE color: 8250048.

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

Color convert

RGB 192 226 125 -
CMYK 0.15 0 0.45 0.11
HSL 80.2º 0.64% 0.69% -
HSV(B) 80.2º 0.45% 0.89% -
XYZ 52.64 67.08 29.58 -
YUV 204.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 192 226 125 0.15 0 0.45 0.11 80.2 0.64 0.69
Hex C0 E2 7D F 0 2D B 50 40 45
Octal 300 342 175 17 0 55 13 120 100 105
Binary 11000000 11100010 1111101 1111 0 101101 1011 1010000 1000000 1000101

Color Harmonies of #C0E27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E27D

Black with #C0E27D

Text Example


Text Example

White with #C0E27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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