Html Css Color HEX #C2D33F Las Palmas

📋 copy color: '#C2D33F'

red 194 ◦ green 211 ◦ blue 63

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

Shades of Las Palmas #C2D33F

Tints of Las Palmas #C2D33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.09%

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

R = 41.45%
G = 45.09%
B = 13.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#C2D33F (or 0xC2D33F) is known color: Las Palmas. HEX triplet: C2, D3 and 3F. RGB value is (194,211,63). Sum of RGB (Red+Green+Blue) = 194+211+63=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D33F is #3D2CC0. Grayscale: #BDBDBD. Windows color (decimal): -4009153 or 4182978. OLE color: 4182978.

HSL color Cylindrical-coordinate representation of color #C2D33F: hue angle of 66.89º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2D33F is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 211 63 -
CMYK 0.08 0 0.70 0.17
HSL 66.89º 0.63% 0.54% -
HSV(B) 66.89º 0.7% 0.83% -
XYZ 46.44 58.42 13.53 -
YUV 189.05 56.87 131.53 -
System Red Green Blue C M Y K H S L
Decimal 194 211 63 0.08 0 0.70 0.17 66.89 0.63 0.54
Hex C2 D3 3F 8 0 46 11 43 3F 36
Octal 302 323 77 10 0 106 21 103 77 66
Binary 11000010 11010011 111111 1000 0 1000110 10001 1000011 111111 110110

Color Harmonies of #C2D33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D33F

Black with #C2D33F

Text Example


Text Example

White with #C2D33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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