Html Css Color HEX #C2F33D Las Palmas

📋 copy color: '#C2F33D'

red 194 ◦ green 243 ◦ blue 61

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

Shades of Las Palmas #C2F33D

Tints of Las Palmas #C2F33D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.8%

 BLUE value IS 61 (24.22% from 255) = 12.25%

R = 38.96%
G = 48.8%
B = 12.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#C2F33D (or 0xC2F33D) is known color: Las Palmas. HEX triplet: C2, F3 and 3D. RGB value is (194,243,61). Sum of RGB (Red+Green+Blue) = 194+243+61=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F33D is #3D0CC2. Grayscale: #D0D0D0. Windows color (decimal): -4000963 or 4060098. OLE color: 4060098.

HSL color Cylindrical-coordinate representation of color #C2F33D: hue angle of 76.15º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2F33D is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 243 61 -
CMYK 0.20 0 0.75 0.05
HSL 76.15º 0.88% 0.6% -
HSV(B) 76.15º 0.75% 0.95% -
XYZ 55.14 75.91 16.16 -
YUV 207.6 45.27 118.3 -
System Red Green Blue C M Y K H S L
Decimal 194 243 61 0.20 0 0.75 0.05 76.15 0.88 0.6
Hex C2 F3 3D 14 0 4B 5 4C 58 3C
Octal 302 363 75 24 0 113 5 114 130 74
Binary 11000010 11110011 111101 10100 0 1001011 101 1001100 1011000 111100

Color Harmonies of #C2F33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F33D

Black with #C2F33D

Text Example


Text Example

White with #C2F33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F33D; }

 p { color: rgb(194,243,61); }

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

background-color css

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

 a { background-color: rgb(194,243,61); }

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

border-color css

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

 span { border-color: rgb(194,243,61); }

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