Html Css Color HEX #BDEF20 Inch Worm

📋 copy color: '#BDEF20'

red 189 ◦ green 239 ◦ blue 32

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

Shades of Inch Worm #BDEF20

Tints of Inch Worm #BDEF20

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.96%

 BLUE value IS 32 (12.89% from 255) = 6.96%

R = 41.09%
G = 51.96%
B = 6.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#BDEF20 (or 0xBDEF20) is known color: Inch Worm. HEX triplet: BD, EF and 20. RGB value is (189,239,32). Sum of RGB (Red+Green+Blue) = 189+239+32=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 32 (12.89% from 255 or 6.96% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEF20 is #4210DF. Grayscale: #C9C9C9. Windows color (decimal): -4329696 or 2158525. OLE color: 2158525.

HSL color Cylindrical-coordinate representation of color #BDEF20: hue angle of 74.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDEF20 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 32 -
CMYK 0.21 0 0.87 0.06
HSL 74.49º 0.87% 0.53% -
HSV(B) 74.49º 0.87% 0.94% -
XYZ 52.11 72.66 12.64 -
YUV 200.45 32.94 119.83 -
System Red Green Blue C M Y K H S L
Decimal 189 239 32 0.21 0 0.87 0.06 74.49 0.87 0.53
Hex BD EF 20 15 0 57 6 4A 57 35
Octal 275 357 40 25 0 127 6 112 127 65
Binary 10111101 11101111 100000 10101 0 1010111 110 1001010 1010111 110101

Color Harmonies of #BDEF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF20

Black with #BDEF20

Text Example


Text Example

White with #BDEF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF20; }

 p { color: rgb(189,239,32); }

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

background-color css

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

 a { background-color: rgb(189,239,32); }

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

border-color css

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

 span { border-color: rgb(189,239,32); }

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