Html Css Color HEX #CBF065 Mindaro

📋 copy color: '#CBF065'

red 203 ◦ green 240 ◦ blue 101

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

Shades of Mindaro #CBF065

Tints of Mindaro #CBF065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.57%

R = 37.32%
G = 44.12%
B = 18.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#CBF065 (or 0xCBF065) is known color: Mindaro. HEX triplet: CB, F0 and 65. RGB value is (203,240,101). Sum of RGB (Red+Green+Blue) = 203+240+101=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF065 is #340F9A. Grayscale: #D5D5D5. Windows color (decimal): -3411867 or 6680779. OLE color: 6680779.

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

Color convert

RGB 203 240 101 -
CMYK 0.15 0 0.58 0.06
HSL 75.97º 0.82% 0.67% -
HSV(B) 75.97º 0.58% 0.94% -
XYZ 58.14 75.96 23.91 -
YUV 213.09 64.74 120.8 -
System Red Green Blue C M Y K H S L
Decimal 203 240 101 0.15 0 0.58 0.06 75.97 0.82 0.67
Hex CB F0 65 F 0 3A 6 4C 52 43
Octal 313 360 145 17 0 72 6 114 122 103
Binary 11001011 11110000 1100101 1111 0 111010 110 1001100 1010010 1000011

Color Harmonies of #CBF065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF065

Black with #CBF065

Text Example


Text Example

White with #CBF065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF065; }

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

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

background-color css

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

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

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

border-color css

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

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

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