Html Css Color HEX #CBF750 Conifer

📋 copy color: '#CBF750'

red 203 ◦ green 247 ◦ blue 80

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

Shades of Conifer #CBF750

Tints of Conifer #CBF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.6%

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

R = 38.3%
G = 46.6%
B = 15.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#CBF750 (or 0xCBF750) is known color: Conifer. HEX triplet: CB, F7 and 50. RGB value is (203,247,80). Sum of RGB (Red+Green+Blue) = 203+247+80=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF750 is #3408AF. Grayscale: #D7D7D7. Windows color (decimal): -3410096 or 5306315. OLE color: 5306315.

HSL color Cylindrical-coordinate representation of color #CBF750: hue angle of 75.81º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBF750 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 247 80 -
CMYK 0.18 0 0.68 0.03
HSL 75.81º 0.91% 0.64% -
HSV(B) 75.81º 0.68% 0.97% -
XYZ 59.34 79.8 19.86 -
YUV 214.81 51.92 119.58 -
System Red Green Blue C M Y K H S L
Decimal 203 247 80 0.18 0 0.68 0.03 75.81 0.91 0.64
Hex CB F7 50 12 0 44 3 4C 5B 40
Octal 313 367 120 22 0 104 3 114 133 100
Binary 11001011 11110111 1010000 10010 0 1000100 11 1001100 1011011 1000000

Color Harmonies of #CBF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF750

Black with #CBF750

Text Example


Text Example

White with #CBF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF750; }

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

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

background-color css

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

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

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

border-color css

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

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

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