Html Css Color HEX #C0DA71 Sulu

📋 copy color: '#C0DA71'

red 192 ◦ green 218 ◦ blue 113

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

Shades of Sulu #C0DA71

Tints of Sulu #C0DA71

RGB

 RED value IS 192 (75.39% from 255) = 36.71%

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

 BLUE value IS 113 (44.53% from 255) = 21.61%

R = 36.71%
G = 41.68%
B = 21.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#C0DA71 (or 0xC0DA71) is known color: Sulu. HEX triplet: C0, DA and 71. RGB value is (192,218,113). Sum of RGB (Red+Green+Blue) = 192+218+113=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA71 is #3F258E. Grayscale: #C6C6C6. Windows color (decimal): -4138383 or 7461568. OLE color: 7461568.

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

Color convert

RGB 192 218 113 -
CMYK 0.12 0 0.48 0.15
HSL 74.86º 0.59% 0.65% -
HSV(B) 74.86º 0.48% 0.85% -
XYZ 49.79 62.54 25.07 -
YUV 198.26 79.89 123.54 -
System Red Green Blue C M Y K H S L
Decimal 192 218 113 0.12 0 0.48 0.15 74.86 0.59 0.65
Hex C0 DA 71 C 0 30 F 4B 3B 41
Octal 300 332 161 14 0 60 17 113 73 101
Binary 11000000 11011010 1110001 1100 0 110000 1111 1001011 111011 1000001

Color Harmonies of #C0DA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DA71

Black with #C0DA71

Text Example


Text Example

White with #C0DA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DA71; }

 p { color: rgb(192,218,113); }

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

background-color css

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

 a { background-color: rgb(192,218,113); }

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

border-color css

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

 span { border-color: rgb(192,218,113); }

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