Html Css Color HEX #C3DF72 Sulu

📋 copy color: '#C3DF72'

red 195 ◦ green 223 ◦ blue 114

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

Shades of Sulu #C3DF72

Tints of Sulu #C3DF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.43%

R = 36.65%
G = 41.92%
B = 21.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#C3DF72 (or 0xC3DF72) is known color: Sulu. HEX triplet: C3, DF and 72. RGB value is (195,223,114). Sum of RGB (Red+Green+Blue) = 195+223+114=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DF72 is #3C208D. Grayscale: #CACACA. Windows color (decimal): -3940494 or 7528387. OLE color: 7528387.

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

Color convert

RGB 195 223 114 -
CMYK 0.13 0 0.49 0.13
HSL 75.41º 0.63% 0.66% -
HSV(B) 75.41º 0.49% 0.87% -
XYZ 51.93 65.59 25.84 -
YUV 202.2 78.22 122.86 -
System Red Green Blue C M Y K H S L
Decimal 195 223 114 0.13 0 0.49 0.13 75.41 0.63 0.66
Hex C3 DF 72 D 0 31 D 4B 3F 42
Octal 303 337 162 15 0 61 15 113 77 102
Binary 11000011 11011111 1110010 1101 0 110001 1101 1001011 111111 1000010

Color Harmonies of #C3DF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DF72

Black with #C3DF72

Text Example


Text Example

White with #C3DF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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