Html Css Color HEX #C3D03A Las Palmas

📋 copy color: '#C3D03A'

red 195 ◦ green 208 ◦ blue 58

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

Shades of Las Palmas #C3D03A

Tints of Las Palmas #C3D03A

RGB

 RED value IS 195 (76.56% from 255) = 42.3%

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

 BLUE value IS 58 (23.05% from 255) = 12.58%

R = 42.3%
G = 45.12%
B = 12.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#C3D03A (or 0xC3D03A) is known color: Las Palmas. HEX triplet: C3, D0 and 3A. RGB value is (195,208,58). Sum of RGB (Red+Green+Blue) = 195+208+58=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D03A is #3C2FC5. Grayscale: #BBBBBB. Windows color (decimal): -3944390 or 3854531. OLE color: 3854531.

HSL color Cylindrical-coordinate representation of color #C3D03A: hue angle of 65.2º 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 #C3D03A is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 208 58 -
CMYK 0.06 0 0.72 0.18
HSL 65.2º 0.61% 0.52% -
HSV(B) 65.2º 0.72% 0.82% -
XYZ 45.83 57.02 12.59 -
YUV 187.01 55.19 133.7 -
System Red Green Blue C M Y K H S L
Decimal 195 208 58 0.06 0 0.72 0.18 65.2 0.61 0.52
Hex C3 D0 3A 6 0 48 12 41 3D 34
Octal 303 320 72 6 0 110 22 101 75 64
Binary 11000011 11010000 111010 110 0 1001000 10010 1000001 111101 110100

Color Harmonies of #C3D03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D03A

Black with #C3D03A

Text Example


Text Example

White with #C3D03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D03A; }

 p { color: rgb(195,208,58); }

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

background-color css

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

 a { background-color: rgb(195,208,58); }

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

border-color css

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

 span { border-color: rgb(195,208,58); }

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