Html Css Color HEX #BDE01E Inch Worm

📋 copy color: '#BDE01E'

red 189 ◦ green 224 ◦ blue 30

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

Shades of Inch Worm #BDE01E

Tints of Inch Worm #BDE01E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.56%

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

R = 42.66%
G = 50.56%
B = 6.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#BDE01E (or 0xBDE01E) is known color: Inch Worm. HEX triplet: BD, E0 and 1E. RGB value is (189,224,30). Sum of RGB (Red+Green+Blue) = 189+224+30=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE01E is #421FE1. Grayscale: #C0C0C0. Windows color (decimal): -4333538 or 2023613. OLE color: 2023613.

HSL color Cylindrical-coordinate representation of color #BDE01E: hue angle of 70.82º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDE01E is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 30 -
CMYK 0.16 0 0.87 0.12
HSL 70.82º 0.76% 0.5% -
HSV(B) 70.82º 0.87% 0.88% -
XYZ 47.88 64.22 11.1 -
YUV 191.42 36.9 126.27 -
System Red Green Blue C M Y K H S L
Decimal 189 224 30 0.16 0 0.87 0.12 70.82 0.76 0.5
Hex BD E0 1E 10 0 57 C 47 4C 32
Octal 275 340 36 20 0 127 14 107 114 62
Binary 10111101 11100000 11110 10000 0 1010111 1100 1000111 1001100 110010

Color Harmonies of #BDE01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE01E

Black with #BDE01E

Text Example


Text Example

White with #BDE01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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