Html Css Color HEX #C2D83E Las Palmas

📋 copy color: '#C2D83E'

red 194 ◦ green 216 ◦ blue 62

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

Shades of Las Palmas #C2D83E

Tints of Las Palmas #C2D83E

RGB

 RED value IS 194 (76.17% from 255) = 41.1%

 GREEN value IS 216 (84.77% from 255) = 45.76%

 BLUE value IS 62 (24.61% from 255) = 13.14%

R = 41.1%
G = 45.76%
B = 13.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#C2D83E (or 0xC2D83E) is known color: Las Palmas. HEX triplet: C2, D8 and 3E. RGB value is (194,216,62). Sum of RGB (Red+Green+Blue) = 194+216+62=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D83E is #3D27C1. Grayscale: #C0C0C0. Windows color (decimal): -4007874 or 4118722. OLE color: 4118722.

HSL color Cylindrical-coordinate representation of color #C2D83E: hue angle of 68.57º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2D83E is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 62 -
CMYK 0.10 0 0.71 0.15
HSL 68.57º 0.66% 0.55% -
HSV(B) 68.57º 0.71% 0.85% -
XYZ 47.67 60.93 13.81 -
YUV 191.87 54.71 129.52 -
System Red Green Blue C M Y K H S L
Decimal 194 216 62 0.10 0 0.71 0.15 68.57 0.66 0.55
Hex C2 D8 3E A 0 47 F 45 42 37
Octal 302 330 76 12 0 107 17 105 102 67
Binary 11000010 11011000 111110 1010 0 1000111 1111 1000101 1000010 110111

Color Harmonies of #C2D83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D83E

Black with #C2D83E

Text Example


Text Example

White with #C2D83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D83E; }

 p { color: rgb(194,216,62); }

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

background-color css

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

 a { background-color: rgb(194,216,62); }

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

border-color css

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

 span { border-color: rgb(194,216,62); }

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