Html Css Color HEX #C3DF70 Sulu

📋 copy color: '#C3DF70'

red 195 ◦ green 223 ◦ blue 112

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

Shades of Sulu #C3DF70

Tints of Sulu #C3DF70

RGB

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

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

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

R = 36.79%
G = 42.08%
B = 21.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#C3DF70 (or 0xC3DF70) is known color: Sulu. HEX triplet: C3, DF and 70. RGB value is (195,223,112). Sum of RGB (Red+Green+Blue) = 195+223+112=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DF70 is #3C208F. Grayscale: #CACACA. Windows color (decimal): -3940496 or 7397315. OLE color: 7397315.

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

Color convert

RGB 195 223 112 -
CMYK 0.13 0 0.50 0.13
HSL 75.14º 0.63% 0.66% -
HSV(B) 75.14º 0.5% 0.87% -
XYZ 51.82 65.55 25.25 -
YUV 201.97 77.22 123.03 -
System Red Green Blue C M Y K H S L
Decimal 195 223 112 0.13 0 0.50 0.13 75.14 0.63 0.66
Hex C3 DF 70 D 0 32 D 4B 3F 42
Octal 303 337 160 15 0 62 15 113 77 102
Binary 11000011 11011111 1110000 1101 0 110010 1101 1001011 111111 1000010

Color Harmonies of #C3DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DF70

Black with #C3DF70

Text Example


Text Example

White with #C3DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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