Html Css Color HEX #C0EB7D Sulu

📋 copy color: '#C0EB7D'

red 192 ◦ green 235 ◦ blue 125

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

Shades of Sulu #C0EB7D

Tints of Sulu #C0EB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.57%

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

R = 34.78%
G = 42.57%
B = 22.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#C0EB7D (or 0xC0EB7D) is known color: Sulu. HEX triplet: C0, EB and 7D. RGB value is (192,235,125). Sum of RGB (Red+Green+Blue) = 192+235+125=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EB7D is #3F1482. Grayscale: #D2D2D2. Windows color (decimal): -4134019 or 8252352. OLE color: 8252352.

HSL color Cylindrical-coordinate representation of color #C0EB7D: hue angle of 83.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0EB7D is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 125 -
CMYK 0.18 0 0.47 0.08
HSL 83.45º 0.73% 0.71% -
HSV(B) 83.45º 0.47% 0.92% -
XYZ 55.15 72.1 30.41 -
YUV 209.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 192 235 125 0.18 0 0.47 0.08 83.45 0.73 0.71
Hex C0 EB 7D 12 0 2F 8 53 49 47
Octal 300 353 175 22 0 57 10 123 111 107
Binary 11000000 11101011 1111101 10010 0 101111 1000 1010011 1001001 1000111

Color Harmonies of #C0EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB7D

Black with #C0EB7D

Text Example


Text Example

White with #C0EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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