Html Css Color HEX #BDF243 Conifer

📋 copy color: '#BDF243'

red 189 ◦ green 242 ◦ blue 67

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

Shades of Conifer #BDF243

Tints of Conifer #BDF243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.45%

R = 37.95%
G = 48.59%
B = 13.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#BDF243 (or 0xBDF243) is known color: Conifer. HEX triplet: BD, F2 and 43. RGB value is (189,242,67). Sum of RGB (Red+Green+Blue) = 189+242+67=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 67 (26.56% from 255 or 13.45% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF243 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF243 is #420DBC. Grayscale: #CECECE. Windows color (decimal): -4328893 or 4453053. OLE color: 4453053.

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

Color convert

RGB 189 242 67 -
CMYK 0.22 0 0.72 0.05
HSL 78.17º 0.87% 0.61% -
HSV(B) 78.17º 0.72% 0.95% -
XYZ 53.75 74.73 16.9 -
YUV 206.2 49.44 115.73 -
System Red Green Blue C M Y K H S L
Decimal 189 242 67 0.22 0 0.72 0.05 78.17 0.87 0.61
Hex BD F2 43 16 0 48 5 4E 57 3D
Octal 275 362 103 26 0 110 5 116 127 75
Binary 10111101 11110010 1000011 10110 0 1001000 101 1001110 1010111 111101

Color Harmonies of #BDF243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF243

Black with #BDF243

Text Example


Text Example

White with #BDF243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF243; }

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

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

background-color css

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

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

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

border-color css

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

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

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