Html Css Color HEX #C8E970 Sulu

📋 copy color: '#C8E970'

red 200 ◦ green 233 ◦ blue 112

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

Shades of Sulu #C8E970

Tints of Sulu #C8E970

RGB

 RED value IS 200 (78.52% from 255) = 36.7%

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

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

R = 36.7%
G = 42.75%
B = 20.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#C8E970 (or 0xC8E970) is known color: Sulu. HEX triplet: C8, E9 and 70. RGB value is (200,233,112). Sum of RGB (Red+Green+Blue) = 200+233+112=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E970 is #37168F. Grayscale: #D1D1D1. Windows color (decimal): -3610256 or 7399880. OLE color: 7399880.

HSL color Cylindrical-coordinate representation of color #C8E970: hue angle of 76.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 #C8E970 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 233 112 -
CMYK 0.14 0 0.52 0.09
HSL 76.36º 0.73% 0.68% -
HSV(B) 76.36º 0.52% 0.91% -
XYZ 55.88 71.73 26.23 -
YUV 209.34 73.07 121.34 -
System Red Green Blue C M Y K H S L
Decimal 200 233 112 0.14 0 0.52 0.09 76.36 0.73 0.68
Hex C8 E9 70 E 0 34 9 4C 49 44
Octal 310 351 160 16 0 64 11 114 111 104
Binary 11001000 11101001 1110000 1110 0 110100 1001 1001100 1001001 1000100

Color Harmonies of #C8E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E970

Black with #C8E970

Text Example


Text Example

White with #C8E970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E970; }

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

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

background-color css

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

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

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

border-color css

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

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

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