Html Css Color HEX #BDE502 Inch Worm

📋 copy color: '#BDE502'

red 189 ◦ green 229 ◦ blue 2

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

Shades of Inch Worm #BDE502

Tints of Inch Worm #BDE502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.52%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 45%
G = 54.52%
B = 0.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#BDE502 (or 0xBDE502) is known color: Inch Worm. HEX triplet: BD, E5 and 02. RGB value is (189,229,2). Sum of RGB (Red+Green+Blue) = 189+229+2=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 229 (89.84% from 255 or 54.52% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDE502 is #421AFD. Grayscale: #C0C0C0. Windows color (decimal): -4332286 or 189885. OLE color: 189885.

HSL color Cylindrical-coordinate representation of color #BDE502: hue angle of 70.57º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDE502 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 2 -
CMYK 0.17 0 0.99 0.10
HSL 70.57º 0.98% 0.45% -
HSV(B) 70.57º 0.99% 0.9% -
XYZ 49.02 66.86 10.38 -
YUV 191.16 21.25 126.46 -
System Red Green Blue C M Y K H S L
Decimal 189 229 2 0.17 0 0.99 0.10 70.57 0.98 0.45
Hex BD E5 2 11 0 63 A 47 62 2D
Octal 275 345 2 21 0 143 12 107 142 55
Binary 10111101 11100101 10 10001 0 1100011 1010 1000111 1100010 101101

Color Harmonies of #BDE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE502

Black with #BDE502

Text Example


Text Example

White with #BDE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE502; }

 p { color: rgb(189,229,2); }

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

background-color css

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

 a { background-color: rgb(189,229,2); }

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

border-color css

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

 span { border-color: rgb(189,229,2); }

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