Html Css Color HEX #BDF85A Conifer

📋 copy color: '#BDF85A'

red 189 ◦ green 248 ◦ blue 90

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

Shades of Conifer #BDF85A

Tints of Conifer #BDF85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.06%

 BLUE value IS 90 (35.55% from 255) = 17.08%

R = 35.86%
G = 47.06%
B = 17.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#BDF85A (or 0xBDF85A) is known color: Conifer. HEX triplet: BD, F8 and 5A. RGB value is (189,248,90). Sum of RGB (Red+Green+Blue) = 189+248+90=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF85A is #4207A5. Grayscale: #D4D4D4. Windows color (decimal): -4327334 or 5961917. OLE color: 5961917.

HSL color Cylindrical-coordinate representation of color #BDF85A: hue angle of 82.41º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDF85A is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 90 -
CMYK 0.24 0 0.64 0.03
HSL 82.41º 0.92% 0.66% -
HSV(B) 82.41º 0.64% 0.97% -
XYZ 56.4 78.69 21.89 -
YUV 212.35 58.95 111.35 -
System Red Green Blue C M Y K H S L
Decimal 189 248 90 0.24 0 0.64 0.03 82.41 0.92 0.66
Hex BD F8 5A 18 0 40 3 52 5C 42
Octal 275 370 132 30 0 100 3 122 134 102
Binary 10111101 11111000 1011010 11000 0 1000000 11 1010010 1011100 1000010

Color Harmonies of #BDF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF85A

Black with #BDF85A

Text Example


Text Example

White with #BDF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF85A; }

 p { color: rgb(189,248,90); }

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

background-color css

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

 a { background-color: rgb(189,248,90); }

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

border-color css

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

 span { border-color: rgb(189,248,90); }

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