Html Css Color HEX #B2DD3F Conifer

📋 copy color: '#B2DD3F'

red 178 ◦ green 221 ◦ blue 63

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

Shades of Conifer #B2DD3F

Tints of Conifer #B2DD3F

RGB

 RED value IS 178 (69.92% from 255) = 38.53%

 GREEN value IS 221 (86.72% from 255) = 47.84%

 BLUE value IS 63 (25% from 255) = 13.64%

R = 38.53%
G = 47.84%
B = 13.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#B2DD3F (or 0xB2DD3F) is known color: Conifer. HEX triplet: B2, DD and 3F. RGB value is (178,221,63). Sum of RGB (Red+Green+Blue) = 178+221+63=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD3F is #4D22C0. Grayscale: #BEBEBE. Windows color (decimal): -5055169 or 4185522. OLE color: 4185522.

HSL color Cylindrical-coordinate representation of color #B2DD3F: hue angle of 76.33º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2DD3F is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 63 -
CMYK 0.19 0 0.71 0.13
HSL 76.33º 0.7% 0.56% -
HSV(B) 76.33º 0.71% 0.87% -
XYZ 45.11 61.54 14.2 -
YUV 190.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 178 221 63 0.19 0 0.71 0.13 76.33 0.7 0.56
Hex B2 DD 3F 13 0 47 D 4C 46 38
Octal 262 335 77 23 0 107 15 114 106 70
Binary 10110010 11011101 111111 10011 0 1000111 1101 1001100 1000110 111000

Color Harmonies of #B2DD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD3F

Black with #B2DD3F

Text Example


Text Example

White with #B2DD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD3F; }

 p { color: rgb(178,221,63); }

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

background-color css

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

 a { background-color: rgb(178,221,63); }

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

border-color css

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

 span { border-color: rgb(178,221,63); }

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