Html Css Color HEX #BDF21E Inch Worm

📋 copy color: '#BDF21E'

red 189 ◦ green 242 ◦ blue 30

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

Shades of Inch Worm #BDF21E

Tints of Inch Worm #BDF21E

RGB

 RED value IS 189 (74.22% from 255) = 41%

 GREEN value IS 242 (94.92% from 255) = 52.49%

 BLUE value IS 30 (12.11% from 255) = 6.51%

R = 41%
G = 52.49%
B = 6.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#BDF21E (or 0xBDF21E) is known color: Inch Worm. HEX triplet: BD, F2 and 1E. RGB value is (189,242,30). Sum of RGB (Red+Green+Blue) = 189+242+30=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF21E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF21E is #420DE1. Grayscale: #CACACA. Windows color (decimal): -4328930 or 2028221. OLE color: 2028221.

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

Color convert

RGB 189 242 30 -
CMYK 0.22 0 0.88 0.05
HSL 75º 0.89% 0.53% -
HSV(B) 75º 0.88% 0.95% -
XYZ 52.97 74.42 12.8 -
YUV 201.99 30.94 118.74 -
System Red Green Blue C M Y K H S L
Decimal 189 242 30 0.22 0 0.88 0.05 75 0.89 0.53
Hex BD F2 1E 16 0 58 5 4B 59 35
Octal 275 362 36 26 0 130 5 113 131 65
Binary 10111101 11110010 11110 10110 0 1011000 101 1001011 1011001 110101

Color Harmonies of #BDF21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF21E

Black with #BDF21E

Text Example


Text Example

White with #BDF21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF21E; }

 p { color: rgb(189,242,30); }

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

background-color css

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

 a { background-color: rgb(189,242,30); }

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

border-color css

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

 span { border-color: rgb(189,242,30); }

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