Html Css Color HEX #95CB0F Citrus

📋 copy color: '#95CB0F'

red 149 ◦ green 203 ◦ blue 15

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

Shades of Citrus #95CB0F

Tints of Citrus #95CB0F

RGB

 RED value IS 149 (58.59% from 255) = 40.6%

 GREEN value IS 203 (79.69% from 255) = 55.31%

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 40.6%
G = 55.31%
B = 4.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#95CB0F (or 0x95CB0F) is known color: Citrus. HEX triplet: 95, CB and 0F. RGB value is (149,203,15). Sum of RGB (Red+Green+Blue) = 149+203+15=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CB0F is #6A34F0. Grayscale: #A6A6A6. Windows color (decimal): -6960369 or 1035157. OLE color: 1035157.

HSL color Cylindrical-coordinate representation of color #95CB0F: hue angle of 77.23º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95CB0F is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 203 15 -
CMYK 0.27 0 0.93 0.20
HSL 77.23º 0.86% 0.43% -
HSV(B) 77.23º 0.93% 0.8% -
XYZ 33.84 49.14 8.15 -
YUV 165.42 43.11 116.29 -
System Red Green Blue C M Y K H S L
Decimal 149 203 15 0.27 0 0.93 0.20 77.23 0.86 0.43
Hex 95 CB F 1B 0 5D 14 4D 56 2B
Octal 225 313 17 33 0 135 24 115 126 53
Binary 10010101 11001011 1111 11011 0 1011101 10100 1001101 1010110 101011

Color Harmonies of #95CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CB0F

Black with #95CB0F

Text Example


Text Example

White with #95CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CB0F; }

 p { color: rgb(149,203,15); }

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

background-color css

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

 a { background-color: rgb(149,203,15); }

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

border-color css

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

 span { border-color: rgb(149,203,15); }

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