Html Css Color HEX #B2D645 Conifer

📋 copy color: '#B2D645'

red 178 ◦ green 214 ◦ blue 69

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

Shades of Conifer #B2D645

Tints of Conifer #B2D645

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.42%

 BLUE value IS 69 (27.34% from 255) = 14.97%

R = 38.61%
G = 46.42%
B = 14.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#B2D645 (or 0xB2D645) is known color: Conifer. HEX triplet: B2, D6 and 45. RGB value is (178,214,69). Sum of RGB (Red+Green+Blue) = 178+214+69=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D645 is #4D29BA. Grayscale: #BBBBBB. Windows color (decimal): -5056955 or 4576946. OLE color: 4576946.

HSL color Cylindrical-coordinate representation of color #B2D645: hue angle of 74.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2D645 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 69 -
CMYK 0.17 0 0.68 0.16
HSL 74.9º 0.64% 0.55% -
HSV(B) 74.9º 0.68% 0.84% -
XYZ 43.48 57.99 14.53 -
YUV 186.71 61.57 121.79 -
System Red Green Blue C M Y K H S L
Decimal 178 214 69 0.17 0 0.68 0.16 74.9 0.64 0.55
Hex B2 D6 45 11 0 44 10 4B 40 37
Octal 262 326 105 21 0 104 20 113 100 67
Binary 10110010 11010110 1000101 10001 0 1000100 10000 1001011 1000000 110111

Color Harmonies of #B2D645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D645

Black with #B2D645

Text Example


Text Example

White with #B2D645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D645; }

 p { color: rgb(178,214,69); }

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

background-color css

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

 a { background-color: rgb(178,214,69); }

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

border-color css

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

 span { border-color: rgb(178,214,69); }

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