Html Css Color HEX #B4D242 Conifer

📋 copy color: '#B4D242'

red 180 ◦ green 210 ◦ blue 66

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

Shades of Conifer #B4D242

Tints of Conifer #B4D242

RGB

 RED value IS 180 (70.7% from 255) = 39.47%

 GREEN value IS 210 (82.42% from 255) = 46.05%

 BLUE value IS 66 (26.17% from 255) = 14.47%

R = 39.47%
G = 46.05%
B = 14.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#B4D242 (or 0xB4D242) is known color: Conifer. HEX triplet: B4, D2 and 42. RGB value is (180,210,66). Sum of RGB (Red+Green+Blue) = 180+210+66=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D242 is #4B2DBD. Grayscale: #B9B9B9. Windows color (decimal): -4926910 or 4379316. OLE color: 4379316.

HSL color Cylindrical-coordinate representation of color #B4D242: hue angle of 72.5º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4D242 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 210 66 -
CMYK 0.14 0 0.69 0.18
HSL 72.5º 0.62% 0.54% -
HSV(B) 72.5º 0.69% 0.82% -
XYZ 42.85 56.19 13.74 -
YUV 184.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 180 210 66 0.14 0 0.69 0.18 72.5 0.62 0.54
Hex B4 D2 42 E 0 45 12 48 3E 36
Octal 264 322 102 16 0 105 22 110 76 66
Binary 10110100 11010010 1000010 1110 0 1000101 10010 1001000 111110 110110

Color Harmonies of #B4D242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D242

Black with #B4D242

Text Example


Text Example

White with #B4D242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D242; }

 p { color: rgb(180,210,66); }

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

background-color css

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

 a { background-color: rgb(180,210,66); }

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

border-color css

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

 span { border-color: rgb(180,210,66); }

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