Html Css Color HEX #C5DB70 Sulu

📋 copy color: '#C5DB70'

red 197 ◦ green 219 ◦ blue 112

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

Shades of Sulu #C5DB70

Tints of Sulu #C5DB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.48%

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

R = 37.31%
G = 41.48%
B = 21.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#C5DB70 (or 0xC5DB70) is known color: Sulu. HEX triplet: C5, DB and 70. RGB value is (197,219,112). Sum of RGB (Red+Green+Blue) = 197+219+112=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DB70 is #3A248F. Grayscale: #C8C8C8. Windows color (decimal): -3810448 or 7396293. OLE color: 7396293.

HSL color Cylindrical-coordinate representation of color #C5DB70: hue angle of 72.34º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5DB70 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 219 112 -
CMYK 0.10 0 0.49 0.14
HSL 72.34º 0.6% 0.65% -
HSV(B) 72.34º 0.49% 0.86% -
XYZ 51.28 63.7 24.92 -
YUV 200.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 197 219 112 0.10 0 0.49 0.14 72.34 0.6 0.65
Hex C5 DB 70 A 0 31 E 48 3C 41
Octal 305 333 160 12 0 61 16 110 74 101
Binary 11000101 11011011 1110000 1010 0 110001 1110 1001000 111100 1000001

Color Harmonies of #C5DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB70

Black with #C5DB70

Text Example


Text Example

White with #C5DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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