Html Css Color HEX #BDEA00 Inch Worm

📋 copy color: '#BDEA00'

red 189 ◦ green 234 ◦ blue 0

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

Shades of Inch Worm #BDEA00

Tints of Inch Worm #BDEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.68%
G = 55.32%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#BDEA00 (or 0xBDEA00) is known color: Inch Worm. HEX triplet: BD, EA and 00. RGB value is (189,234,0). Sum of RGB (Red+Green+Blue) = 189+234+0=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 234 (91.80% from 255 or 55.32% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDEA00 is #4215FF. Grayscale: #C2C2C2. Windows color (decimal): -4331008 or 60093. OLE color: 60093.

HSL color Cylindrical-coordinate representation of color #BDEA00: hue angle of 71.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDEA00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 0 -
CMYK 0.19 0 1 0.08
HSL 71.54º 1% 0.46% -
HSV(B) 71.54º 1% 0.92% -
XYZ 50.41 69.66 10.79 -
YUV 193.87 18.59 124.53 -
System Red Green Blue C M Y K H S L
Decimal 189 234 0 0.19 0 1 0.08 71.54 1 0.46
Hex BD EA 0 13 0 64 8 48 64 2E
Octal 275 352 0 23 0 144 10 110 144 56
Binary 10111101 11101010 0 10011 0 1100100 1000 1001000 1100100 101110

Color Harmonies of #BDEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA00

Black with #BDEA00

Text Example


Text Example

White with #BDEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA00; }

 p { color: rgb(189,234,0); }

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

background-color css

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

 a { background-color: rgb(189,234,0); }

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

border-color css

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

 span { border-color: rgb(189,234,0); }

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