Html Css Color HEX #BDF24A Conifer

📋 copy color: '#BDF24A'

red 189 ◦ green 242 ◦ blue 74

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

Shades of Conifer #BDF24A

Tints of Conifer #BDF24A

RGB

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

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

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

R = 37.43%
G = 47.92%
B = 14.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#BDF24A (or 0xBDF24A) is known color: Conifer. HEX triplet: BD, F2 and 4A. RGB value is (189,242,74). Sum of RGB (Red+Green+Blue) = 189+242+74=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF24A is #420DB5. Grayscale: #CFCFCF. Windows color (decimal): -4328886 or 4911805. OLE color: 4911805.

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

Color convert

RGB 189 242 74 -
CMYK 0.22 0 0.69 0.05
HSL 78.93º 0.87% 0.62% -
HSV(B) 78.93º 0.69% 0.95% -
XYZ 53.97 74.82 18.08 -
YUV 207 52.94 115.16 -
System Red Green Blue C M Y K H S L
Decimal 189 242 74 0.22 0 0.69 0.05 78.93 0.87 0.62
Hex BD F2 4A 16 0 45 5 4F 57 3E
Octal 275 362 112 26 0 105 5 117 127 76
Binary 10111101 11110010 1001010 10110 0 1000101 101 1001111 1010111 111110

Color Harmonies of #BDF24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF24A

Black with #BDF24A

Text Example


Text Example

White with #BDF24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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