Html Css Color HEX #C0EF70 Sulu

📋 copy color: '#C0EF70'

red 192 ◦ green 239 ◦ blue 112

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

Shades of Sulu #C0EF70

Tints of Sulu #C0EF70

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.01%

 BLUE value IS 112 (44.14% from 255) = 20.63%

R = 35.36%
G = 44.01%
B = 20.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#C0EF70 (or 0xC0EF70) is known color: Sulu. HEX triplet: C0, EF and 70. RGB value is (192,239,112). Sum of RGB (Red+Green+Blue) = 192+239+112=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF70 is #3F108F. Grayscale: #D2D2D2. Windows color (decimal): -4133008 or 7401408. OLE color: 7401408.

HSL color Cylindrical-coordinate representation of color #C0EF70: hue angle of 82.2º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0EF70 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 239 112 -
CMYK 0.20 0 0.53 0.06
HSL 82.2º 0.8% 0.69% -
HSV(B) 82.2º 0.53% 0.94% -
XYZ 55.53 74.11 26.71 -
YUV 210.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 192 239 112 0.20 0 0.53 0.06 82.2 0.8 0.69
Hex C0 EF 70 14 0 35 6 52 50 45
Octal 300 357 160 24 0 65 6 122 120 105
Binary 11000000 11101111 1110000 10100 0 110101 110 1010010 1010000 1000101

Color Harmonies of #C0EF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EF70

Black with #C0EF70

Text Example


Text Example

White with #C0EF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EF70; }

 p { color: rgb(192,239,112); }

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

background-color css

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

 a { background-color: rgb(192,239,112); }

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

border-color css

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

 span { border-color: rgb(192,239,112); }

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