Html Css Color HEX #C2DA74 Sulu

📋 copy color: '#C2DA74'

red 194 ◦ green 218 ◦ blue 116

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

Shades of Sulu #C2DA74

Tints of Sulu #C2DA74

RGB

 RED value IS 194 (76.17% from 255) = 36.74%

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

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

R = 36.74%
G = 41.29%
B = 21.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#C2DA74 (or 0xC2DA74) is known color: Sulu. HEX triplet: C2, DA and 74. RGB value is (194,218,116). Sum of RGB (Red+Green+Blue) = 194+218+116=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DA74 is #3D258B. Grayscale: #C7C7C7. Windows color (decimal): -4007308 or 7658178. OLE color: 7658178.

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

Color convert

RGB 194 218 116 -
CMYK 0.11 0 0.47 0.15
HSL 74.12º 0.58% 0.65% -
HSV(B) 74.12º 0.47% 0.85% -
XYZ 50.47 62.87 26 -
YUV 199.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 194 218 116 0.11 0 0.47 0.15 74.12 0.58 0.65
Hex C2 DA 74 B 0 2F F 4A 3A 41
Octal 302 332 164 13 0 57 17 112 72 101
Binary 11000010 11011010 1110100 1011 0 101111 1111 1001010 111010 1000001

Color Harmonies of #C2DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DA74

Black with #C2DA74

Text Example


Text Example

White with #C2DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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