Html Css Color HEX #34F91D Harlequin

📋 copy color: '#34F91D'

red 52 ◦ green 249 ◦ blue 29

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

Shades of Harlequin #34F91D

Tints of Harlequin #34F91D

RGB

 RED value IS 52 (20.7% from 255) = 15.76%

 GREEN value IS 249 (97.66% from 255) = 75.45%

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 15.76%
G = 75.45%
B = 8.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#34F91D (or 0x34F91D) is known color: Harlequin. HEX triplet: 34, F9 and 1D. RGB value is (52,249,29). Sum of RGB (Red+Green+Blue) = 52+249+29=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 249 (97.66% from 255 or 75.45% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 249 - color contains mainly: green. Hex color #34F91D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F91D is #CB06E2. Grayscale: #A5A5A5. Windows color (decimal): -13305571 or 1964340. OLE color: 1964340.

HSL color Cylindrical-coordinate representation of color #34F91D: hue angle of 113.73º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34F91D is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 249 29 -
CMYK 0.79 0 0.88 0.02
HSL 113.73º 0.95% 0.55% -
HSV(B) 113.73º 0.88% 0.98% -
XYZ 35.51 68.57 12.53 -
YUV 165.02 51.23 47.39 -
System Red Green Blue C M Y K H S L
Decimal 52 249 29 0.79 0 0.88 0.02 113.73 0.95 0.55
Hex 34 F9 1D 4F 0 58 2 72 5F 37
Octal 64 371 35 117 0 130 2 162 137 67
Binary 110100 11111001 11101 1001111 0 1011000 10 1110010 1011111 110111

Color Harmonies of #34F91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F91D

Black with #34F91D

Text Example


Text Example

White with #34F91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34F91D; }

 p { color: rgb(52,249,29); }

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

background-color css

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

 a { background-color: rgb(52,249,29); }

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

border-color css

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

 span { border-color: rgb(52,249,29); }

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