Html Css Color HEX #C4DD70 Sulu

📋 copy color: '#C4DD70'

red 196 ◦ green 221 ◦ blue 112

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

Shades of Sulu #C4DD70

Tints of Sulu #C4DD70

RGB

 RED value IS 196 (76.95% from 255) = 37.05%

 GREEN value IS 221 (86.72% from 255) = 41.78%

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

R = 37.05%
G = 41.78%
B = 21.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#C4DD70 (or 0xC4DD70) is known color: Sulu. HEX triplet: C4, DD and 70. RGB value is (196,221,112). Sum of RGB (Red+Green+Blue) = 196+221+112=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DD70 is #3B228F. Grayscale: #C9C9C9. Windows color (decimal): -3875472 or 7396804. OLE color: 7396804.

HSL color Cylindrical-coordinate representation of color #C4DD70: hue angle of 73.76º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4DD70 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 221 112 -
CMYK 0.11 0 0.49 0.13
HSL 73.76º 0.62% 0.65% -
HSV(B) 73.76º 0.49% 0.87% -
XYZ 51.55 64.62 25.09 -
YUV 201.1 77.72 124.36 -
System Red Green Blue C M Y K H S L
Decimal 196 221 112 0.11 0 0.49 0.13 73.76 0.62 0.65
Hex C4 DD 70 B 0 31 D 4A 3E 41
Octal 304 335 160 13 0 61 15 112 76 101
Binary 11000100 11011101 1110000 1011 0 110001 1101 1001010 111110 1000001

Color Harmonies of #C4DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DD70

Black with #C4DD70

Text Example


Text Example

White with #C4DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DD70; }

 p { color: rgb(196,221,112); }

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

background-color css

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

 a { background-color: rgb(196,221,112); }

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

border-color css

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

 span { border-color: rgb(196,221,112); }

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