Html Css Color HEX #C5DA74 Sulu

📋 copy color: '#C5DA74'

red 197 ◦ green 218 ◦ blue 116

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

Shades of Sulu #C5DA74

Tints of Sulu #C5DA74

RGB

 RED value IS 197 (77.34% from 255) = 37.1%

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

 BLUE value IS 116 (45.7% from 255) = 21.85%

R = 37.1%
G = 41.05%
B = 21.85%

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

#C5DA74 (or 0xC5DA74) is known color: Sulu. HEX triplet: C5, DA and 74. RGB value is (197,218,116). Sum of RGB (Red+Green+Blue) = 197+218+116=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DA74 is #3A258B. Grayscale: #C8C8C8. Windows color (decimal): -3810700 or 7658181. OLE color: 7658181.

HSL color Cylindrical-coordinate representation of color #C5DA74: hue angle of 72.35º 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 #C5DA74 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 116 -
CMYK 0.10 0 0.47 0.15
HSL 72.35º 0.58% 0.65% -
HSV(B) 72.35º 0.47% 0.85% -
XYZ 51.25 63.27 26.03 -
YUV 200.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 197 218 116 0.10 0 0.47 0.15 72.35 0.58 0.65
Hex C5 DA 74 A 0 2F F 48 3A 41
Octal 305 332 164 12 0 57 17 110 72 101
Binary 11000101 11011010 1110100 1010 0 101111 1111 1001000 111010 1000001

Color Harmonies of #C5DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DA74

Black with #C5DA74

Text Example


Text Example

White with #C5DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DA74; }

 p { color: rgb(197,218,116); }

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

background-color css

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

 a { background-color: rgb(197,218,116); }

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

border-color css

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

 span { border-color: rgb(197,218,116); }

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