Html Css Color HEX #CBF765 Mindaro

📋 copy color: '#CBF765'

red 203 ◦ green 247 ◦ blue 101

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

Shades of Mindaro #CBF765

Tints of Mindaro #CBF765

RGB

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

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

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

R = 36.84%
G = 44.83%
B = 18.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#CBF765 (or 0xCBF765) is known color: Mindaro. HEX triplet: CB, F7 and 65. RGB value is (203,247,101). Sum of RGB (Red+Green+Blue) = 203+247+101=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF765 is #34089A. Grayscale: #D9D9D9. Windows color (decimal): -3410075 or 6682571. OLE color: 6682571.

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

Color convert

RGB 203 247 101 -
CMYK 0.18 0 0.59 0.03
HSL 78.08º 0.9% 0.68% -
HSV(B) 78.08º 0.59% 0.97% -
XYZ 60.24 80.16 24.61 -
YUV 217.2 62.42 117.87 -
System Red Green Blue C M Y K H S L
Decimal 203 247 101 0.18 0 0.59 0.03 78.08 0.9 0.68
Hex CB F7 65 12 0 3B 3 4E 5A 44
Octal 313 367 145 22 0 73 3 116 132 104
Binary 11001011 11110111 1100101 10010 0 111011 11 1001110 1011010 1000100

Color Harmonies of #CBF765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF765

Black with #CBF765

Text Example


Text Example

White with #CBF765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF765; }

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

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

background-color css

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

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

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

border-color css

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

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

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