Html Css Color HEX #29CF85 Shamrock

📋 copy color: '#29CF85'

red 41 ◦ green 207 ◦ blue 133

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

Shades of Shamrock #29CF85

Tints of Shamrock #29CF85

RGB

 RED value IS 41 (16.41% from 255) = 10.76%

 GREEN value IS 207 (81.25% from 255) = 54.33%

 BLUE value IS 133 (52.34% from 255) = 34.91%

R = 10.76%
G = 54.33%
B = 34.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#29CF85 (or 0x29CF85) is known color: Shamrock. HEX triplet: 29, CF and 85. RGB value is (41,207,133). Sum of RGB (Red+Green+Blue) = 41+207+133=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CF85 is #D6307A. Grayscale: #959595. Windows color (decimal): -14037115 or 8769321. OLE color: 8769321.

HSL color Cylindrical-coordinate representation of color #29CF85: hue angle of 153.25º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CF85 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 207 133 -
CMYK 0.80 0 0.36 0.19
HSL 153.25º 0.67% 0.49% -
HSV(B) 153.25º 0.8% 0.81% -
XYZ 27.46 46.79 29.77 -
YUV 148.93 119 51.02 -
System Red Green Blue C M Y K H S L
Decimal 41 207 133 0.80 0 0.36 0.19 153.25 0.67 0.49
Hex 29 CF 85 50 0 24 13 99 43 31
Octal 51 317 205 120 0 44 23 231 103 61
Binary 101001 11001111 10000101 1010000 0 100100 10011 10011001 1000011 110001

Color Harmonies of #29CF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CF85

Black with #29CF85

Text Example


Text Example

White with #29CF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29CF85; }

 p { color: rgb(41,207,133); }

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

background-color css

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

 a { background-color: rgb(41,207,133); }

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

border-color css

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

 span { border-color: rgb(41,207,133); }

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