Html Css Color HEX #BDF84B Conifer

📋 copy color: '#BDF84B'

red 189 ◦ green 248 ◦ blue 75

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

Shades of Conifer #BDF84B

Tints of Conifer #BDF84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.65%

R = 36.91%
G = 48.44%
B = 14.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#BDF84B (or 0xBDF84B) is known color: Conifer. HEX triplet: BD, F8 and 4B. RGB value is (189,248,75). Sum of RGB (Red+Green+Blue) = 189+248+75=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF84B is #4207B4. Grayscale: #D3D3D3. Windows color (decimal): -4327349 or 4978877. OLE color: 4978877.

HSL color Cylindrical-coordinate representation of color #BDF84B: hue angle of 80.46º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDF84B is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 75 -
CMYK 0.24 0 0.70 0.03
HSL 80.46º 0.93% 0.63% -
HSV(B) 80.46º 0.7% 0.97% -
XYZ 55.82 78.46 18.86 -
YUV 210.64 51.45 112.57 -
System Red Green Blue C M Y K H S L
Decimal 189 248 75 0.24 0 0.70 0.03 80.46 0.93 0.63
Hex BD F8 4B 18 0 46 3 50 5D 3F
Octal 275 370 113 30 0 106 3 120 135 77
Binary 10111101 11111000 1001011 11000 0 1000110 11 1010000 1011101 111111

Color Harmonies of #BDF84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF84B

Black with #BDF84B

Text Example


Text Example

White with #BDF84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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