Html Css Color HEX #BDE51D Inch Worm

📋 copy color: '#BDE51D'

red 189 ◦ green 229 ◦ blue 29

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

Shades of Inch Worm #BDE51D

Tints of Inch Worm #BDE51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.49%

R = 42.28%
G = 51.23%
B = 6.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#BDE51D (or 0xBDE51D) is known color: Inch Worm. HEX triplet: BD, E5 and 1D. RGB value is (189,229,29). Sum of RGB (Red+Green+Blue) = 189+229+29=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE51D is #421AE2. Grayscale: #C2C2C2. Windows color (decimal): -4332259 or 1959357. OLE color: 1959357.

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

Color convert

RGB 189 229 29 -
CMYK 0.17 0 0.87 0.10
HSL 72º 0.79% 0.51% -
HSV(B) 72º 0.87% 0.9% -
XYZ 49.23 66.95 11.49 -
YUV 194.24 34.75 124.26 -
System Red Green Blue C M Y K H S L
Decimal 189 229 29 0.17 0 0.87 0.10 72 0.79 0.51
Hex BD E5 1D 11 0 57 A 48 4F 33
Octal 275 345 35 21 0 127 12 110 117 63
Binary 10111101 11100101 11101 10001 0 1010111 1010 1001000 1001111 110011

Color Harmonies of #BDE51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE51D

Black with #BDE51D

Text Example


Text Example

White with #BDE51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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