Html Css Color HEX #C2E92F Las Palmas

📋 copy color: '#C2E92F'

red 194 ◦ green 233 ◦ blue 47

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

Shades of Las Palmas #C2E92F

Tints of Las Palmas #C2E92F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.16%

 BLUE value IS 47 (18.75% from 255) = 9.92%

R = 40.93%
G = 49.16%
B = 9.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#C2E92F (or 0xC2E92F) is known color: Las Palmas. HEX triplet: C2, E9 and 2F. RGB value is (194,233,47). Sum of RGB (Red+Green+Blue) = 194+233+47=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E92F is #3D16D0. Grayscale: #C8C8C8. Windows color (decimal): -4003537 or 3140034. OLE color: 3140034.

HSL color Cylindrical-coordinate representation of color #C2E92F: hue angle of 72.58º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2E92F is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 47 -
CMYK 0.17 0 0.80 0.09
HSL 72.58º 0.81% 0.55% -
HSV(B) 72.58º 0.8% 0.91% -
XYZ 51.9 69.95 13.46 -
YUV 200.14 41.58 123.62 -
System Red Green Blue C M Y K H S L
Decimal 194 233 47 0.17 0 0.80 0.09 72.58 0.81 0.55
Hex C2 E9 2F 11 0 50 9 49 51 37
Octal 302 351 57 21 0 120 11 111 121 67
Binary 11000010 11101001 101111 10001 0 1010000 1001 1001001 1010001 110111

Color Harmonies of #C2E92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E92F

Black with #C2E92F

Text Example


Text Example

White with #C2E92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E92F; }

 p { color: rgb(194,233,47); }

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

background-color css

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

 a { background-color: rgb(194,233,47); }

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

border-color css

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

 span { border-color: rgb(194,233,47); }

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