Html Css Color HEX #BDE600 Inch Worm

📋 copy color: '#BDE600'

red 189 ◦ green 230 ◦ blue 0

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

Shades of Inch Worm #BDE600

Tints of Inch Worm #BDE600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.11%
G = 54.89%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#BDE600 (or 0xBDE600) is known color: Inch Worm. HEX triplet: BD, E6 and 00. RGB value is (189,230,0). Sum of RGB (Red+Green+Blue) = 189+230+0=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 230 (90.23% from 255 or 54.89% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE600 is #4219FF. Grayscale: #C0C0C0. Windows color (decimal): -4332032 or 59069. OLE color: 59069.

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

Color convert

RGB 189 230 0 -
CMYK 0.18 0 1 0.10
HSL 70.7º 1% 0.45% -
HSV(B) 70.7º 1% 0.9% -
XYZ 49.28 67.41 10.41 -
YUV 191.52 19.92 126.2 -
System Red Green Blue C M Y K H S L
Decimal 189 230 0 0.18 0 1 0.10 70.7 1 0.45
Hex BD E6 0 12 0 64 A 47 64 2D
Octal 275 346 0 22 0 144 12 107 144 55
Binary 10111101 11100110 0 10010 0 1100100 1010 1000111 1100100 101101

Color Harmonies of #BDE600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE600

Black with #BDE600

Text Example


Text Example

White with #BDE600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE600; }

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

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

background-color css

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

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

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

border-color css

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

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

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