Html Css Color HEX #BDE621 Inch Worm

📋 copy color: '#BDE621'

red 189 ◦ green 230 ◦ blue 33

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

Shades of Inch Worm #BDE621

Tints of Inch Worm #BDE621

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.88%

 BLUE value IS 33 (13.28% from 255) = 7.3%

R = 41.81%
G = 50.88%
B = 7.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#BDE621 (or 0xBDE621) is known color: Inch Worm. HEX triplet: BD, E6 and 21. RGB value is (189,230,33). Sum of RGB (Red+Green+Blue) = 189+230+33=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE621 is #4219DE. Grayscale: #C4C4C4. Windows color (decimal): -4331999 or 2221757. OLE color: 2221757.

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

Color convert

RGB 189 230 33 -
CMYK 0.18 0 0.86 0.10
HSL 72.49º 0.8% 0.52% -
HSV(B) 72.49º 0.86% 0.9% -
XYZ 49.56 67.52 11.86 -
YUV 195.28 36.42 123.52 -
System Red Green Blue C M Y K H S L
Decimal 189 230 33 0.18 0 0.86 0.10 72.49 0.8 0.52
Hex BD E6 21 12 0 56 A 48 50 34
Octal 275 346 41 22 0 126 12 110 120 64
Binary 10111101 11100110 100001 10010 0 1010110 1010 1001000 1010000 110100

Color Harmonies of #BDE621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE621

Black with #BDE621

Text Example


Text Example

White with #BDE621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE621; }

 p { color: rgb(189,230,33); }

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

background-color css

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

 a { background-color: rgb(189,230,33); }

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

border-color css

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

 span { border-color: rgb(189,230,33); }

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