Html Css Color HEX #C5DF70 Sulu

📋 copy color: '#C5DF70'

red 197 ◦ green 223 ◦ blue 112

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

Shades of Sulu #C5DF70

Tints of Sulu #C5DF70

RGB

 RED value IS 197 (77.34% from 255) = 37.03%

 GREEN value IS 223 (87.5% from 255) = 41.92%

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

R = 37.03%
G = 41.92%
B = 21.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#C5DF70 (or 0xC5DF70) is known color: Sulu. HEX triplet: C5, DF and 70. RGB value is (197,223,112). Sum of RGB (Red+Green+Blue) = 197+223+112=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DF70 is #3A208F. Grayscale: #CACACA. Windows color (decimal): -3809424 or 7397317. OLE color: 7397317.

HSL color Cylindrical-coordinate representation of color #C5DF70: hue angle of 74.05º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5DF70 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 223 112 -
CMYK 0.12 0 0.50 0.13
HSL 74.05º 0.63% 0.66% -
HSV(B) 74.05º 0.5% 0.87% -
XYZ 52.34 65.82 25.27 -
YUV 202.57 76.89 124.03 -
System Red Green Blue C M Y K H S L
Decimal 197 223 112 0.12 0 0.50 0.13 74.05 0.63 0.66
Hex C5 DF 70 C 0 32 D 4A 3F 42
Octal 305 337 160 14 0 62 15 112 77 102
Binary 11000101 11011111 1110000 1100 0 110010 1101 1001010 111111 1000010

Color Harmonies of #C5DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DF70

Black with #C5DF70

Text Example


Text Example

White with #C5DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DF70; }

 p { color: rgb(197,223,112); }

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

background-color css

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

 a { background-color: rgb(197,223,112); }

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

border-color css

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

 span { border-color: rgb(197,223,112); }

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