Html Css Color HEX #CBF265 Mindaro

📋 copy color: '#CBF265'

red 203 ◦ green 242 ◦ blue 101

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

Shades of Mindaro #CBF265

Tints of Mindaro #CBF265

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

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

R = 37.18%
G = 44.32%
B = 18.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#CBF265 (or 0xCBF265) is known color: Mindaro. HEX triplet: CB, F2 and 65. RGB value is (203,242,101). Sum of RGB (Red+Green+Blue) = 203+242+101=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF265 is #340D9A. Grayscale: #D6D6D6. Windows color (decimal): -3411355 or 6681291. OLE color: 6681291.

HSL color Cylindrical-coordinate representation of color #CBF265: hue angle of 76.6º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBF265 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 101 -
CMYK 0.16 0 0.58 0.05
HSL 76.6º 0.84% 0.67% -
HSV(B) 76.6º 0.58% 0.95% -
XYZ 58.73 77.14 24.11 -
YUV 214.27 64.08 119.96 -
System Red Green Blue C M Y K H S L
Decimal 203 242 101 0.16 0 0.58 0.05 76.6 0.84 0.67
Hex CB F2 65 10 0 3A 5 4D 54 43
Octal 313 362 145 20 0 72 5 115 124 103
Binary 11001011 11110010 1100101 10000 0 111010 101 1001101 1010100 1000011

Color Harmonies of #CBF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF265

Black with #CBF265

Text Example


Text Example

White with #CBF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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