Html Css Color HEX #BDF84A Conifer

📋 copy color: '#BDF84A'

red 189 ◦ green 248 ◦ blue 74

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

Shades of Conifer #BDF84A

Tints of Conifer #BDF84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.48%

R = 36.99%
G = 48.53%
B = 14.48%

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

#BDF84A (or 0xBDF84A) is known color: Conifer. HEX triplet: BD, F8 and 4A. RGB value is (189,248,74). Sum of RGB (Red+Green+Blue) = 189+248+74=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF84A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF84A is #4207B5. Grayscale: #D3D3D3. Windows color (decimal): -4327350 or 4913341. OLE color: 4913341.

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

Color convert

RGB 189 248 74 -
CMYK 0.24 0 0.70 0.03
HSL 80.34º 0.93% 0.63% -
HSV(B) 80.34º 0.7% 0.97% -
XYZ 55.79 78.45 18.68 -
YUV 210.52 50.95 112.65 -
System Red Green Blue C M Y K H S L
Decimal 189 248 74 0.24 0 0.70 0.03 80.34 0.93 0.63
Hex BD F8 4A 18 0 46 3 50 5D 3F
Octal 275 370 112 30 0 106 3 120 135 77
Binary 10111101 11111000 1001010 11000 0 1000110 11 1010000 1011101 111111

Color Harmonies of #BDF84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF84A

Black with #BDF84A

Text Example


Text Example

White with #BDF84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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