Html Css Color HEX #C5D03B Las Palmas

📋 copy color: '#C5D03B'

red 197 ◦ green 208 ◦ blue 59

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

Shades of Las Palmas #C5D03B

Tints of Las Palmas #C5D03B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.83%

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

R = 42.46%
G = 44.83%
B = 12.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#C5D03B (or 0xC5D03B) is known color: Las Palmas. HEX triplet: C5, D0 and 3B. RGB value is (197,208,59). Sum of RGB (Red+Green+Blue) = 197+208+59=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D03B is #3A2FC4. Grayscale: #BCBCBC. Windows color (decimal): -3813317 or 3920069. OLE color: 3920069.

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

Color convert

RGB 197 208 59 -
CMYK 0.05 0 0.72 0.18
HSL 64.43º 0.61% 0.52% -
HSV(B) 64.43º 0.72% 0.82% -
XYZ 46.37 57.3 12.75 -
YUV 187.73 55.36 134.62 -
System Red Green Blue C M Y K H S L
Decimal 197 208 59 0.05 0 0.72 0.18 64.43 0.61 0.52
Hex C5 D0 3B 5 0 48 12 40 3D 34
Octal 305 320 73 5 0 110 22 100 75 64
Binary 11000101 11010000 111011 101 0 1001000 10010 1000000 111101 110100

Color Harmonies of #C5D03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D03B

Black with #C5D03B

Text Example


Text Example

White with #C5D03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D03B; }

 p { color: rgb(197,208,59); }

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

background-color css

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

 a { background-color: rgb(197,208,59); }

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

border-color css

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

 span { border-color: rgb(197,208,59); }

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