Html Css Color HEX #C4DA73 Sulu

📋 copy color: '#C4DA73'

red 196 ◦ green 218 ◦ blue 115

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

Shades of Sulu #C4DA73

Tints of Sulu #C4DA73

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.21%

 BLUE value IS 115 (45.31% from 255) = 21.74%

R = 37.05%
G = 41.21%
B = 21.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#C4DA73 (or 0xC4DA73) is known color: Sulu. HEX triplet: C4, DA and 73. RGB value is (196,218,115). Sum of RGB (Red+Green+Blue) = 196+218+115=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DA73 is #3B258C. Grayscale: #C8C8C8. Windows color (decimal): -3876237 or 7592644. OLE color: 7592644.

HSL color Cylindrical-coordinate representation of color #C4DA73: hue angle of 72.82º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4DA73 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 218 115 -
CMYK 0.10 0 0.47 0.15
HSL 72.82º 0.58% 0.65% -
HSV(B) 72.82º 0.47% 0.85% -
XYZ 50.93 63.12 25.72 -
YUV 199.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 196 218 115 0.10 0 0.47 0.15 72.82 0.58 0.65
Hex C4 DA 73 A 0 2F F 49 3A 41
Octal 304 332 163 12 0 57 17 111 72 101
Binary 11000100 11011010 1110011 1010 0 101111 1111 1001001 111010 1000001

Color Harmonies of #C4DA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DA73

Black with #C4DA73

Text Example


Text Example

White with #C4DA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DA73; }

 p { color: rgb(196,218,115); }

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

background-color css

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

 a { background-color: rgb(196,218,115); }

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

border-color css

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

 span { border-color: rgb(196,218,115); }

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