Html Css Color HEX #BDF253 Conifer

📋 copy color: '#BDF253'

red 189 ◦ green 242 ◦ blue 83

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

Shades of Conifer #BDF253

Tints of Conifer #BDF253

RGB

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

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

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

R = 36.77%
G = 47.08%
B = 16.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#BDF253 (or 0xBDF253) is known color: Conifer. HEX triplet: BD, F2 and 53. RGB value is (189,242,83). Sum of RGB (Red+Green+Blue) = 189+242+83=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF253 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF253 is #420DAC. Grayscale: #D0D0D0. Windows color (decimal): -4328877 or 5501629. OLE color: 5501629.

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

Color convert

RGB 189 242 83 -
CMYK 0.22 0 0.66 0.05
HSL 80º 0.86% 0.64% -
HSV(B) 80º 0.66% 0.95% -
XYZ 54.3 74.95 19.79 -
YUV 208.03 57.44 114.43 -
System Red Green Blue C M Y K H S L
Decimal 189 242 83 0.22 0 0.66 0.05 80 0.86 0.64
Hex BD F2 53 16 0 42 5 50 56 40
Octal 275 362 123 26 0 102 5 120 126 100
Binary 10111101 11110010 1010011 10110 0 1000010 101 1010000 1010110 1000000

Color Harmonies of #BDF253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF253

Black with #BDF253

Text Example


Text Example

White with #BDF253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF253; }

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

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

background-color css

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

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

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

border-color css

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

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

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