Html Css Color HEX #BDF242 Conifer

📋 copy color: '#BDF242'

red 189 ◦ green 242 ◦ blue 66

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

Shades of Conifer #BDF242

Tints of Conifer #BDF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.28%

R = 38.03%
G = 48.69%
B = 13.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BDF242 (or 0xBDF242) is known color: Conifer. HEX triplet: BD, F2 and 42. RGB value is (189,242,66). Sum of RGB (Red+Green+Blue) = 189+242+66=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF242 is #420DBD. Grayscale: #CECECE. Windows color (decimal): -4328894 or 4387517. OLE color: 4387517.

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

Color convert

RGB 189 242 66 -
CMYK 0.22 0 0.73 0.05
HSL 78.07º 0.87% 0.6% -
HSV(B) 78.07º 0.73% 0.95% -
XYZ 53.72 74.72 16.74 -
YUV 206.09 48.94 115.81 -
System Red Green Blue C M Y K H S L
Decimal 189 242 66 0.22 0 0.73 0.05 78.07 0.87 0.6
Hex BD F2 42 16 0 49 5 4E 57 3C
Octal 275 362 102 26 0 111 5 116 127 74
Binary 10111101 11110010 1000010 10110 0 1001001 101 1001110 1010111 111100

Color Harmonies of #BDF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF242

Black with #BDF242

Text Example


Text Example

White with #BDF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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