Html Css Color HEX #0BCF20 Dark Pastel Green

📋 copy color: '#0BCF20'

red 11 ◦ green 207 ◦ blue 32

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

Shades of Dark Pastel Green #0BCF20

Tints of Dark Pastel Green #0BCF20

RGB

 RED value IS 11 (4.69% from 255) = 4.4%

 GREEN value IS 207 (81.25% from 255) = 82.8%

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 4.4%
G = 82.8%
B = 12.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#0BCF20 (or 0x0BCF20) is known color: Dark Pastel Green. HEX triplet: 0B, CF and 20. RGB value is (11,207,32). Sum of RGB (Red+Green+Blue) = 11+207+32=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 207 (81.25% from 255 or 82.8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCF20 is #F430DF. Grayscale: #808080. Windows color (decimal): -16003296 or 2150155. OLE color: 2150155.

HSL color Cylindrical-coordinate representation of color #0BCF20: hue angle of 126.43º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCF20 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 207 32 -
CMYK 0.95 0 0.85 0.19
HSL 126.43º 0.9% 0.43% -
HSV(B) 126.43º 0.95% 0.81% -
XYZ 22.71 44.8 8.82 -
YUV 128.45 73.57 44.23 -
System Red Green Blue C M Y K H S L
Decimal 11 207 32 0.95 0 0.85 0.19 126.43 0.9 0.43
Hex B CF 20 5F 0 55 13 7E 5A 2B
Octal 13 317 40 137 0 125 23 176 132 53
Binary 1011 11001111 100000 1011111 0 1010101 10011 1111110 1011010 101011

Color Harmonies of #0BCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCF20

Black with #0BCF20

Text Example


Text Example

White with #0BCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BCF20; }

 p { color: rgb(11,207,32); }

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

background-color css

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

 a { background-color: rgb(11,207,32); }

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

border-color css

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

 span { border-color: rgb(11,207,32); }

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