Html Css Color HEX #CBF650 Conifer

📋 copy color: '#CBF650'

red 203 ◦ green 246 ◦ blue 80

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

Shades of Conifer #CBF650

Tints of Conifer #CBF650

RGB

 RED value IS 203 (79.69% from 255) = 38.37%

 GREEN value IS 246 (96.48% from 255) = 46.5%

 BLUE value IS 80 (31.64% from 255) = 15.12%

R = 38.37%
G = 46.5%
B = 15.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#CBF650 (or 0xCBF650) is known color: Conifer. HEX triplet: CB, F6 and 50. RGB value is (203,246,80). Sum of RGB (Red+Green+Blue) = 203+246+80=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF650 is #3409AF. Grayscale: #D6D6D6. Windows color (decimal): -3410352 or 5306059. OLE color: 5306059.

HSL color Cylindrical-coordinate representation of color #CBF650: hue angle of 75.54º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBF650 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 246 80 -
CMYK 0.17 0 0.67 0.04
HSL 75.54º 0.9% 0.64% -
HSV(B) 75.54º 0.67% 0.96% -
XYZ 59.03 79.19 19.76 -
YUV 214.22 52.25 120 -
System Red Green Blue C M Y K H S L
Decimal 203 246 80 0.17 0 0.67 0.04 75.54 0.9 0.64
Hex CB F6 50 11 0 43 4 4C 5A 40
Octal 313 366 120 21 0 103 4 114 132 100
Binary 11001011 11110110 1010000 10001 0 1000011 100 1001100 1011010 1000000

Color Harmonies of #CBF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF650

Black with #CBF650

Text Example


Text Example

White with #CBF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF650; }

 p { color: rgb(203,246,80); }

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

background-color css

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

 a { background-color: rgb(203,246,80); }

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

border-color css

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

 span { border-color: rgb(203,246,80); }

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