Html Css Color HEX #BDF30E Inch Worm

📋 copy color: '#BDF30E'

red 189 ◦ green 243 ◦ blue 14

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

Shades of Inch Worm #BDF30E

Tints of Inch Worm #BDF30E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.48%

 BLUE value IS 14 (5.86% from 255) = 3.14%

R = 42.38%
G = 54.48%
B = 3.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#BDF30E (or 0xBDF30E) is known color: Inch Worm. HEX triplet: BD, F3 and 0E. RGB value is (189,243,14). Sum of RGB (Red+Green+Blue) = 189+243+14=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 14 (5.86% from 255 or 3.14% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF30E is #420CF1. Grayscale: #C9C9C9. Windows color (decimal): -4328690 or 979901. OLE color: 979901.

HSL color Cylindrical-coordinate representation of color #BDF30E: hue angle of 74.15º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDF30E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 14 -
CMYK 0.22 0 0.94 0.05
HSL 74.15º 0.91% 0.5% -
HSV(B) 74.15º 0.94% 0.95% -
XYZ 53.12 74.95 12.08 -
YUV 200.75 22.61 119.62 -
System Red Green Blue C M Y K H S L
Decimal 189 243 14 0.22 0 0.94 0.05 74.15 0.91 0.5
Hex BD F3 E 16 0 5E 5 4A 5B 32
Octal 275 363 16 26 0 136 5 112 133 62
Binary 10111101 11110011 1110 10110 0 1011110 101 1001010 1011011 110010

Color Harmonies of #BDF30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF30E

Black with #BDF30E

Text Example


Text Example

White with #BDF30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF30E; }

 p { color: rgb(189,243,14); }

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

background-color css

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

 a { background-color: rgb(189,243,14); }

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

border-color css

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

 span { border-color: rgb(189,243,14); }

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