Html Css Color HEX #BDF953 Conifer

📋 copy color: '#BDF953'

red 189 ◦ green 249 ◦ blue 83

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

Shades of Conifer #BDF953

Tints of Conifer #BDF953

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.79%

 BLUE value IS 83 (32.81% from 255) = 15.93%

R = 36.28%
G = 47.79%
B = 15.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#BDF953 (or 0xBDF953) is known color: Conifer. HEX triplet: BD, F9 and 53. RGB value is (189,249,83). Sum of RGB (Red+Green+Blue) = 189+249+83=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF953 is #4206AC. Grayscale: #D4D4D4. Windows color (decimal): -4327085 or 5503421. OLE color: 5503421.

HSL color Cylindrical-coordinate representation of color #BDF953: hue angle of 81.69º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF953 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 83 -
CMYK 0.24 0 0.67 0.02
HSL 81.69º 0.93% 0.65% -
HSV(B) 81.69º 0.67% 0.98% -
XYZ 56.42 79.19 20.5 -
YUV 212.14 55.12 111.5 -
System Red Green Blue C M Y K H S L
Decimal 189 249 83 0.24 0 0.67 0.02 81.69 0.93 0.65
Hex BD F9 53 18 0 43 2 52 5D 41
Octal 275 371 123 30 0 103 2 122 135 101
Binary 10111101 11111001 1010011 11000 0 1000011 10 1010010 1011101 1000001

Color Harmonies of #BDF953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF953

Black with #BDF953

Text Example


Text Example

White with #BDF953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF953; }

 p { color: rgb(189,249,83); }

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

background-color css

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

 a { background-color: rgb(189,249,83); }

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

border-color css

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

 span { border-color: rgb(189,249,83); }

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