Html Css Color HEX #C0D93C Las Palmas

📋 copy color: '#C0D93C'

red 192 ◦ green 217 ◦ blue 60

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

Shades of Las Palmas #C0D93C

Tints of Las Palmas #C0D93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.27%

 BLUE value IS 60 (23.83% from 255) = 12.79%

R = 40.94%
G = 46.27%
B = 12.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#C0D93C (or 0xC0D93C) is known color: Las Palmas. HEX triplet: C0, D9 and 3C. RGB value is (192,217,60). Sum of RGB (Red+Green+Blue) = 192+217+60=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D93C is #3F26C3. Grayscale: #C0C0C0. Windows color (decimal): -4138692 or 3987904. OLE color: 3987904.

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

Color convert

RGB 192 217 60 -
CMYK 0.12 0 0.72 0.15
HSL 69.55º 0.67% 0.54% -
HSV(B) 69.55º 0.72% 0.85% -
XYZ 47.37 61.16 13.58 -
YUV 191.63 53.72 128.27 -
System Red Green Blue C M Y K H S L
Decimal 192 217 60 0.12 0 0.72 0.15 69.55 0.67 0.54
Hex C0 D9 3C C 0 48 F 46 43 36
Octal 300 331 74 14 0 110 17 106 103 66
Binary 11000000 11011001 111100 1100 0 1001000 1111 1000110 1000011 110110

Color Harmonies of #C0D93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D93C

Black with #C0D93C

Text Example


Text Example

White with #C0D93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D93C; }

 p { color: rgb(192,217,60); }

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

background-color css

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

 a { background-color: rgb(192,217,60); }

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

border-color css

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

 span { border-color: rgb(192,217,60); }

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