Html Css Color HEX #BDE00F Inch Worm

📋 copy color: '#BDE00F'

red 189 ◦ green 224 ◦ blue 15

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

Shades of Inch Worm #BDE00F

Tints of Inch Worm #BDE00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 44.16%
G = 52.34%
B = 3.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#BDE00F (or 0xBDE00F) is known color: Inch Worm. HEX triplet: BD, E0 and 0F. RGB value is (189,224,15). Sum of RGB (Red+Green+Blue) = 189+224+15=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE00F is #421FF0. Grayscale: #BEBEBE. Windows color (decimal): -4333553 or 1040573. OLE color: 1040573.

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

Color convert

RGB 189 224 15 -
CMYK 0.16 0 0.93 0.12
HSL 70.05º 0.87% 0.47% -
HSV(B) 70.05º 0.93% 0.88% -
XYZ 47.73 64.16 10.32 -
YUV 189.71 29.4 127.49 -
System Red Green Blue C M Y K H S L
Decimal 189 224 15 0.16 0 0.93 0.12 70.05 0.87 0.47
Hex BD E0 F 10 0 5D C 46 57 2F
Octal 275 340 17 20 0 135 14 106 127 57
Binary 10111101 11100000 1111 10000 0 1011101 1100 1000110 1010111 101111

Color Harmonies of #BDE00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE00F

Black with #BDE00F

Text Example


Text Example

White with #BDE00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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