Html Css Color HEX #C5D235 Las Palmas

📋 copy color: '#C5D235'

red 197 ◦ green 210 ◦ blue 53

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

Shades of Las Palmas #C5D235

Tints of Las Palmas #C5D235

RGB

 RED value IS 197 (77.34% from 255) = 42.83%

 GREEN value IS 210 (82.42% from 255) = 45.65%

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

R = 42.83%
G = 45.65%
B = 11.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#C5D235 (or 0xC5D235) is known color: Las Palmas. HEX triplet: C5, D2 and 35. RGB value is (197,210,53). Sum of RGB (Red+Green+Blue) = 197+210+53=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D235 is #3A2DCA. Grayscale: #BCBCBC. Windows color (decimal): -3812811 or 3527365. OLE color: 3527365.

HSL color Cylindrical-coordinate representation of color #C5D235: hue angle of 64.97º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5D235 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 210 53 -
CMYK 0.06 0 0.75 0.18
HSL 64.97º 0.64% 0.52% -
HSV(B) 64.97º 0.75% 0.82% -
XYZ 46.72 58.22 12.14 -
YUV 188.22 51.69 134.27 -
System Red Green Blue C M Y K H S L
Decimal 197 210 53 0.06 0 0.75 0.18 64.97 0.64 0.52
Hex C5 D2 35 6 0 4B 12 41 40 34
Octal 305 322 65 6 0 113 22 101 100 64
Binary 11000101 11010010 110101 110 0 1001011 10010 1000001 1000000 110100

Color Harmonies of #C5D235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D235

Black with #C5D235

Text Example


Text Example

White with #C5D235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D235; }

 p { color: rgb(197,210,53); }

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

background-color css

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

 a { background-color: rgb(197,210,53); }

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

border-color css

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

 span { border-color: rgb(197,210,53); }

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