Html Css Color HEX #BDE604 Inch Worm

📋 copy color: '#BDE604'

red 189 ◦ green 230 ◦ blue 4

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

Shades of Inch Worm #BDE604

Tints of Inch Worm #BDE604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 44.68%
G = 54.37%
B = 0.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#BDE604 (or 0xBDE604) is known color: Inch Worm. HEX triplet: BD, E6 and 04. RGB value is (189,230,4). Sum of RGB (Red+Green+Blue) = 189+230+4=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE604 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDE604 is #4219FB. Grayscale: #C0C0C0. Windows color (decimal): -4332028 or 321213. OLE color: 321213.

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

Color convert

RGB 189 230 4 -
CMYK 0.18 0 0.98 0.10
HSL 70.88º 0.97% 0.46% -
HSV(B) 70.88º 0.98% 0.9% -
XYZ 49.31 67.42 10.53 -
YUV 191.98 21.92 125.88 -
System Red Green Blue C M Y K H S L
Decimal 189 230 4 0.18 0 0.98 0.10 70.88 0.97 0.46
Hex BD E6 4 12 0 62 A 47 61 2E
Octal 275 346 4 22 0 142 12 107 141 56
Binary 10111101 11100110 100 10010 0 1100010 1010 1000111 1100001 101110

Color Harmonies of #BDE604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE604

Black with #BDE604

Text Example


Text Example

White with #BDE604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE604; }

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

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

background-color css

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

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

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

border-color css

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

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

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