Html Css Color HEX #BDF952 Conifer

📋 copy color: '#BDF952'

red 189 ◦ green 249 ◦ blue 82

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

Shades of Conifer #BDF952

Tints of Conifer #BDF952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.77%

R = 36.35%
G = 47.88%
B = 15.77%

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

#BDF952 (or 0xBDF952) is known color: Conifer. HEX triplet: BD, F9 and 52. RGB value is (189,249,82). Sum of RGB (Red+Green+Blue) = 189+249+82=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF952 is #4206AD. Grayscale: #D4D4D4. Windows color (decimal): -4327086 or 5437885. OLE color: 5437885.

HSL color Cylindrical-coordinate representation of color #BDF952: hue angle of 81.56º 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 #BDF952 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 82 -
CMYK 0.24 0 0.67 0.02
HSL 81.56º 0.93% 0.65% -
HSV(B) 81.56º 0.67% 0.98% -
XYZ 56.38 79.18 20.29 -
YUV 212.02 54.62 111.58 -
System Red Green Blue C M Y K H S L
Decimal 189 249 82 0.24 0 0.67 0.02 81.56 0.93 0.65
Hex BD F9 52 18 0 43 2 52 5D 41
Octal 275 371 122 30 0 103 2 122 135 101
Binary 10111101 11111001 1010010 11000 0 1000011 10 1010010 1011101 1000001

Color Harmonies of #BDF952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF952

Black with #BDF952

Text Example


Text Example

White with #BDF952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF952; }

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

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

background-color css

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

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

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

border-color css

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

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

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