Html Css Color HEX #C3DD70 Sulu

📋 copy color: '#C3DD70'

red 195 ◦ green 221 ◦ blue 112

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

Shades of Sulu #C3DD70

Tints of Sulu #C3DD70

RGB

 RED value IS 195 (76.56% from 255) = 36.93%

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

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

R = 36.93%
G = 41.86%
B = 21.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#C3DD70 (or 0xC3DD70) is known color: Sulu. HEX triplet: C3, DD and 70. RGB value is (195,221,112). Sum of RGB (Red+Green+Blue) = 195+221+112=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DD70 is #3C228F. Grayscale: #C9C9C9. Windows color (decimal): -3941008 or 7396803. OLE color: 7396803.

HSL color Cylindrical-coordinate representation of color #C3DD70: hue angle of 74.31º 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 #C3DD70 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 221 112 -
CMYK 0.12 0 0.49 0.13
HSL 74.31º 0.62% 0.65% -
HSV(B) 74.31º 0.49% 0.87% -
XYZ 51.29 64.48 25.07 -
YUV 200.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 195 221 112 0.12 0 0.49 0.13 74.31 0.62 0.65
Hex C3 DD 70 C 0 31 D 4A 3E 41
Octal 303 335 160 14 0 61 15 112 76 101
Binary 11000011 11011101 1110000 1100 0 110001 1101 1001010 111110 1000001

Color Harmonies of #C3DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DD70

Black with #C3DD70

Text Example


Text Example

White with #C3DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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