Html Css Color HEX #C6EC70 Sulu

📋 copy color: '#C6EC70'

red 198 ◦ green 236 ◦ blue 112

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

Shades of Sulu #C6EC70

Tints of Sulu #C6EC70

RGB

 RED value IS 198 (77.73% from 255) = 36.26%

 GREEN value IS 236 (92.58% from 255) = 43.22%

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

R = 36.26%
G = 43.22%
B = 20.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#C6EC70 (or 0xC6EC70) is known color: Sulu. HEX triplet: C6, EC and 70. RGB value is (198,236,112). Sum of RGB (Red+Green+Blue) = 198+236+112=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EC70 is #39138F. Grayscale: #D2D2D2. Windows color (decimal): -3740560 or 7400646. OLE color: 7400646.

HSL color Cylindrical-coordinate representation of color #C6EC70: hue angle of 78.39º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6EC70 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 236 112 -
CMYK 0.16 0 0.53 0.07
HSL 78.39º 0.77% 0.68% -
HSV(B) 78.39º 0.53% 0.93% -
XYZ 56.21 73.17 26.49 -
YUV 210.5 72.41 119.08 -
System Red Green Blue C M Y K H S L
Decimal 198 236 112 0.16 0 0.53 0.07 78.39 0.77 0.68
Hex C6 EC 70 10 0 35 7 4E 4D 44
Octal 306 354 160 20 0 65 7 116 115 104
Binary 11000110 11101100 1110000 10000 0 110101 111 1001110 1001101 1000100

Color Harmonies of #C6EC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EC70

Black with #C6EC70

Text Example


Text Example

White with #C6EC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EC70; }

 p { color: rgb(198,236,112); }

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

background-color css

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

 a { background-color: rgb(198,236,112); }

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

border-color css

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

 span { border-color: rgb(198,236,112); }

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