Html Css Color HEX #C2D938 Las Palmas

📋 copy color: '#C2D938'

red 194 ◦ green 217 ◦ blue 56

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

Shades of Las Palmas #C2D938

Tints of Las Palmas #C2D938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.99%

R = 41.54%
G = 46.47%
B = 11.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#C2D938 (or 0xC2D938) is known color: Las Palmas. HEX triplet: C2, D9 and 38. RGB value is (194,217,56). Sum of RGB (Red+Green+Blue) = 194+217+56=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D938 is #3D26C7. Grayscale: #C0C0C0. Windows color (decimal): -4007624 or 3725762. OLE color: 3725762.

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

Color convert

RGB 194 217 56 -
CMYK 0.11 0 0.74 0.15
HSL 68.57º 0.68% 0.54% -
HSV(B) 68.57º 0.74% 0.85% -
XYZ 47.77 61.38 13.07 -
YUV 191.77 51.38 129.59 -
System Red Green Blue C M Y K H S L
Decimal 194 217 56 0.11 0 0.74 0.15 68.57 0.68 0.54
Hex C2 D9 38 B 0 4A F 45 44 36
Octal 302 331 70 13 0 112 17 105 104 66
Binary 11000010 11011001 111000 1011 0 1001010 1111 1000101 1000100 110110

Color Harmonies of #C2D938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D938

Black with #C2D938

Text Example


Text Example

White with #C2D938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D938; }

 p { color: rgb(194,217,56); }

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

background-color css

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

 a { background-color: rgb(194,217,56); }

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

border-color css

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

 span { border-color: rgb(194,217,56); }

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