Html Css Color HEX #BDE81E Inch Worm

📋 copy color: '#BDE81E'

red 189 ◦ green 232 ◦ blue 30

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

Shades of Inch Worm #BDE81E

Tints of Inch Worm #BDE81E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.44%

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

R = 41.91%
G = 51.44%
B = 6.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#BDE81E (or 0xBDE81E) is known color: Inch Worm. HEX triplet: BD, E8 and 1E. RGB value is (189,232,30). Sum of RGB (Red+Green+Blue) = 189+232+30=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 232 (91.02% from 255 or 51.44% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE81E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE81E is #4217E1. Grayscale: #C4C4C4. Windows color (decimal): -4331490 or 2025661. OLE color: 2025661.

HSL color Cylindrical-coordinate representation of color #BDE81E: hue angle of 72.77º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDE81E is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 30 -
CMYK 0.19 0 0.87 0.09
HSL 72.77º 0.81% 0.51% -
HSV(B) 72.77º 0.87% 0.91% -
XYZ 50.08 68.63 11.84 -
YUV 196.12 34.25 122.93 -
System Red Green Blue C M Y K H S L
Decimal 189 232 30 0.19 0 0.87 0.09 72.77 0.81 0.51
Hex BD E8 1E 13 0 57 9 49 51 33
Octal 275 350 36 23 0 127 11 111 121 63
Binary 10111101 11101000 11110 10011 0 1010111 1001 1001001 1010001 110011

Color Harmonies of #BDE81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE81E

Black with #BDE81E

Text Example


Text Example

White with #BDE81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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