Html Css Color HEX #BDE720 Inch Worm

📋 copy color: '#BDE720'

red 189 ◦ green 231 ◦ blue 32

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

Shades of Inch Worm #BDE720

Tints of Inch Worm #BDE720

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.11%

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

R = 41.81%
G = 51.11%
B = 7.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#BDE720 (or 0xBDE720) is known color: Inch Worm. HEX triplet: BD, E7 and 20. RGB value is (189,231,32). Sum of RGB (Red+Green+Blue) = 189+231+32=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE720 is #4218DF. Grayscale: #C4C4C4. Windows color (decimal): -4331744 or 2156477. OLE color: 2156477.

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

Color convert

RGB 189 231 32 -
CMYK 0.18 0 0.86 0.09
HSL 72.66º 0.81% 0.52% -
HSV(B) 72.66º 0.86% 0.91% -
XYZ 49.82 68.07 11.88 -
YUV 195.76 35.59 123.18 -
System Red Green Blue C M Y K H S L
Decimal 189 231 32 0.18 0 0.86 0.09 72.66 0.81 0.52
Hex BD E7 20 12 0 56 9 49 51 34
Octal 275 347 40 22 0 126 11 111 121 64
Binary 10111101 11100111 100000 10010 0 1010110 1001 1001001 1010001 110100

Color Harmonies of #BDE720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE720

Black with #BDE720

Text Example


Text Example

White with #BDE720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE720; }

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

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

background-color css

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

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

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

border-color css

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

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

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