Html Css Color HEX #C0DD35 Las Palmas

📋 copy color: '#C0DD35'

red 192 ◦ green 221 ◦ blue 53

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

Shades of Las Palmas #C0DD35

Tints of Las Palmas #C0DD35

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

 BLUE value IS 53 (21.09% from 255) = 11.37%

R = 41.2%
G = 47.42%
B = 11.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#C0DD35 (or 0xC0DD35) is known color: Las Palmas. HEX triplet: C0, DD and 35. RGB value is (192,221,53). Sum of RGB (Red+Green+Blue) = 192+221+53=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD35 is #3F22CA. Grayscale: #C1C1C1. Windows color (decimal): -4137675 or 3530176. OLE color: 3530176.

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

Color convert

RGB 192 221 53 -
CMYK 0.13 0 0.76 0.13
HSL 70.36º 0.71% 0.54% -
HSV(B) 70.36º 0.76% 0.87% -
XYZ 48.24 63.18 13.02 -
YUV 193.18 48.89 127.16 -
System Red Green Blue C M Y K H S L
Decimal 192 221 53 0.13 0 0.76 0.13 70.36 0.71 0.54
Hex C0 DD 35 D 0 4C D 46 47 36
Octal 300 335 65 15 0 114 15 106 107 66
Binary 11000000 11011101 110101 1101 0 1001100 1101 1000110 1000111 110110

Color Harmonies of #C0DD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD35

Black with #C0DD35

Text Example


Text Example

White with #C0DD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DD35; }

 p { color: rgb(192,221,53); }

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

background-color css

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

 a { background-color: rgb(192,221,53); }

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

border-color css

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

 span { border-color: rgb(192,221,53); }

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