Html Css Color HEX #CBF053 Conifer

📋 copy color: '#CBF053'

red 203 ◦ green 240 ◦ blue 83

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

Shades of Conifer #CBF053

Tints of Conifer #CBF053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.63%

 BLUE value IS 83 (32.81% from 255) = 15.78%

R = 38.59%
G = 45.63%
B = 15.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#CBF053 (or 0xCBF053) is known color: Conifer. HEX triplet: CB, F0 and 53. RGB value is (203,240,83). Sum of RGB (Red+Green+Blue) = 203+240+83=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 83 (32.81% from 255 or 15.78% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF053 is #340FAC. Grayscale: #D3D3D3. Windows color (decimal): -3411885 or 5501131. OLE color: 5501131.

HSL color Cylindrical-coordinate representation of color #CBF053: hue angle of 74.14º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBF053 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 83 -
CMYK 0.15 0 0.65 0.06
HSL 74.14º 0.84% 0.63% -
HSV(B) 74.14º 0.65% 0.94% -
XYZ 57.35 75.64 19.76 -
YUV 211.04 55.74 122.27 -
System Red Green Blue C M Y K H S L
Decimal 203 240 83 0.15 0 0.65 0.06 74.14 0.84 0.63
Hex CB F0 53 F 0 41 6 4A 54 3F
Octal 313 360 123 17 0 101 6 112 124 77
Binary 11001011 11110000 1010011 1111 0 1000001 110 1001010 1010100 111111

Color Harmonies of #CBF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF053

Black with #CBF053

Text Example


Text Example

White with #CBF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF053; }

 p { color: rgb(203,240,83); }

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

background-color css

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

 a { background-color: rgb(203,240,83); }

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

border-color css

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

 span { border-color: rgb(203,240,83); }

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