Html Css Color HEX #C6E970 Sulu

📋 copy color: '#C6E970'

red 198 ◦ green 233 ◦ blue 112

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

Shades of Sulu #C6E970

Tints of Sulu #C6E970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.91%

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

R = 36.46%
G = 42.91%
B = 20.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#C6E970 (or 0xC6E970) is known color: Sulu. HEX triplet: C6, E9 and 70. RGB value is (198,233,112). Sum of RGB (Red+Green+Blue) = 198+233+112=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6E970 is #39168F. Grayscale: #D1D1D1. Windows color (decimal): -3741328 or 7399878. OLE color: 7399878.

HSL color Cylindrical-coordinate representation of color #C6E970: hue angle of 77.36º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6E970 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 233 112 -
CMYK 0.15 0 0.52 0.09
HSL 77.36º 0.73% 0.68% -
HSV(B) 77.36º 0.52% 0.91% -
XYZ 55.35 71.45 26.2 -
YUV 208.74 73.4 120.34 -
System Red Green Blue C M Y K H S L
Decimal 198 233 112 0.15 0 0.52 0.09 77.36 0.73 0.68
Hex C6 E9 70 F 0 34 9 4D 49 44
Octal 306 351 160 17 0 64 11 115 111 104
Binary 11000110 11101001 1110000 1111 0 110100 1001 1001101 1001001 1000100

Color Harmonies of #C6E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E970

Black with #C6E970

Text Example


Text Example

White with #C6E970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E970; }

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

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

background-color css

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

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

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

border-color css

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

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

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