Html Css Color HEX #BDF14A Conifer

📋 copy color: '#BDF14A'

red 189 ◦ green 241 ◦ blue 74

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

Shades of Conifer #BDF14A

Tints of Conifer #BDF14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

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

R = 37.5%
G = 47.82%
B = 14.68%

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

#BDF14A (or 0xBDF14A) is known color: Conifer. HEX triplet: BD, F1 and 4A. RGB value is (189,241,74). Sum of RGB (Red+Green+Blue) = 189+241+74=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF14A is #420EB5. Grayscale: #CFCFCF. Windows color (decimal): -4329142 or 4911549. OLE color: 4911549.

HSL color Cylindrical-coordinate representation of color #BDF14A: hue angle of 78.68º degrees, saturation: 0.86, 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 #BDF14A is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 74 -
CMYK 0.22 0 0.69 0.05
HSL 78.68º 0.86% 0.62% -
HSV(B) 78.68º 0.69% 0.95% -
XYZ 53.68 74.22 17.98 -
YUV 206.41 53.27 115.58 -
System Red Green Blue C M Y K H S L
Decimal 189 241 74 0.22 0 0.69 0.05 78.68 0.86 0.62
Hex BD F1 4A 16 0 45 5 4F 56 3E
Octal 275 361 112 26 0 105 5 117 126 76
Binary 10111101 11110001 1001010 10110 0 1000101 101 1001111 1010110 111110

Color Harmonies of #BDF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF14A

Black with #BDF14A

Text Example


Text Example

White with #BDF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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