Html Css Color HEX #BDF223 Inch Worm

📋 copy color: '#BDF223'

red 189 ◦ green 242 ◦ blue 35

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

Shades of Inch Worm #BDF223

Tints of Inch Worm #BDF223

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

 BLUE value IS 35 (14.06% from 255) = 7.51%

R = 40.56%
G = 51.93%
B = 7.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#BDF223 (or 0xBDF223) is known color: Inch Worm. HEX triplet: BD, F2 and 23. RGB value is (189,242,35). Sum of RGB (Red+Green+Blue) = 189+242+35=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 35 (14.06% from 255 or 7.51% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF223 is #420DDC. Grayscale: #CBCBCB. Windows color (decimal): -4328925 or 2355901. OLE color: 2355901.

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

Color convert

RGB 189 242 35 -
CMYK 0.22 0 0.86 0.05
HSL 75.36º 0.89% 0.54% -
HSV(B) 75.36º 0.86% 0.95% -
XYZ 53.04 74.44 13.16 -
YUV 202.56 33.44 118.33 -
System Red Green Blue C M Y K H S L
Decimal 189 242 35 0.22 0 0.86 0.05 75.36 0.89 0.54
Hex BD F2 23 16 0 56 5 4B 59 36
Octal 275 362 43 26 0 126 5 113 131 66
Binary 10111101 11110010 100011 10110 0 1010110 101 1001011 1011001 110110

Color Harmonies of #BDF223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF223

Black with #BDF223

Text Example


Text Example

White with #BDF223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF223; }

 p { color: rgb(189,242,35); }

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

background-color css

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

 a { background-color: rgb(189,242,35); }

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

border-color css

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

 span { border-color: rgb(189,242,35); }

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