Html Css Color HEX #BDE617 Inch Worm

📋 copy color: '#BDE617'

red 189 ◦ green 230 ◦ blue 23

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

Shades of Inch Worm #BDE617

Tints of Inch Worm #BDE617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.2%

R = 42.76%
G = 52.04%
B = 5.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.9

 K value IS 0.10

RGB Variations

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

Color information

#BDE617 (or 0xBDE617) is known color: Inch Worm. HEX triplet: BD, E6 and 17. RGB value is (189,230,23). Sum of RGB (Red+Green+Blue) = 189+230+23=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE617 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE617 is #4219E8. Grayscale: #C2C2C2. Windows color (decimal): -4332009 or 1566397. OLE color: 1566397.

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

Color convert

RGB 189 230 23 -
CMYK 0.18 0 0.9 0.10
HSL 71.88º 0.82% 0.5% -
HSV(B) 71.88º 0.9% 0.9% -
XYZ 49.44 67.47 11.23 -
YUV 194.14 31.42 124.33 -
System Red Green Blue C M Y K H S L
Decimal 189 230 23 0.18 0 0.9 0.10 71.88 0.82 0.5
Hex BD E6 17 12 0 5A A 48 52 32
Octal 275 346 27 22 0 132 12 110 122 62
Binary 10111101 11100110 10111 10010 0 1011010 1010 1001000 1010010 110010

Color Harmonies of #BDE617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE617

Black with #BDE617

Text Example


Text Example

White with #BDE617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE617; }

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

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

background-color css

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

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

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

border-color css

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

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

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