Html Css Color HEX #C2D93F Las Palmas

📋 copy color: '#C2D93F'

red 194 ◦ green 217 ◦ blue 63

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

Shades of Las Palmas #C2D93F

Tints of Las Palmas #C2D93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.29%

R = 40.93%
G = 45.78%
B = 13.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#C2D93F (or 0xC2D93F) is known color: Las Palmas. HEX triplet: C2, D9 and 3F. RGB value is (194,217,63). Sum of RGB (Red+Green+Blue) = 194+217+63=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D93F is #3D26C0. Grayscale: #C1C1C1. Windows color (decimal): -4007617 or 4184514. OLE color: 4184514.

HSL color Cylindrical-coordinate representation of color #C2D93F: hue angle of 68.96º degrees, saturation: 0.67, 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 #C2D93F is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 63 -
CMYK 0.11 0 0.71 0.15
HSL 68.96º 0.67% 0.55% -
HSV(B) 68.96º 0.71% 0.85% -
XYZ 47.96 61.45 14.04 -
YUV 192.57 54.88 129.02 -
System Red Green Blue C M Y K H S L
Decimal 194 217 63 0.11 0 0.71 0.15 68.96 0.67 0.55
Hex C2 D9 3F B 0 47 F 45 43 37
Octal 302 331 77 13 0 107 17 105 103 67
Binary 11000010 11011001 111111 1011 0 1000111 1111 1000101 1000011 110111

Color Harmonies of #C2D93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D93F

Black with #C2D93F

Text Example


Text Example

White with #C2D93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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