Html Css Color HEX #C0D33B Las Palmas

📋 copy color: '#C0D33B'

red 192 ◦ green 211 ◦ blue 59

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

Shades of Las Palmas #C0D33B

Tints of Las Palmas #C0D33B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.67%

 BLUE value IS 59 (23.44% from 255) = 12.77%

R = 41.56%
G = 45.67%
B = 12.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#C0D33B (or 0xC0D33B) is known color: Las Palmas. HEX triplet: C0, D3 and 3B. RGB value is (192,211,59). Sum of RGB (Red+Green+Blue) = 192+211+59=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D33B is #3F2CC4. Grayscale: #BCBCBC. Windows color (decimal): -4140229 or 3920832. OLE color: 3920832.

HSL color Cylindrical-coordinate representation of color #C0D33B: hue angle of 67.5º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0D33B is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 211 59 -
CMYK 0.09 0 0.72 0.17
HSL 67.5º 0.63% 0.53% -
HSV(B) 67.5º 0.72% 0.83% -
XYZ 45.82 58.11 12.94 -
YUV 187.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 192 211 59 0.09 0 0.72 0.17 67.5 0.63 0.53
Hex C0 D3 3B 9 0 48 11 44 3F 35
Octal 300 323 73 11 0 110 21 104 77 65
Binary 11000000 11010011 111011 1001 0 1001000 10001 1000100 111111 110101

Color Harmonies of #C0D33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D33B

Black with #C0D33B

Text Example


Text Example

White with #C0D33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D33B; }

 p { color: rgb(192,211,59); }

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

background-color css

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

 a { background-color: rgb(192,211,59); }

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

border-color css

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

 span { border-color: rgb(192,211,59); }

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