Html Css Color HEX #CBF165 Mindaro

📋 copy color: '#CBF165'

red 203 ◦ green 241 ◦ blue 101

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

Shades of Mindaro #CBF165

Tints of Mindaro #CBF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.22%

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

R = 37.25%
G = 44.22%
B = 18.53%

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

#CBF165 (or 0xCBF165) is known color: Mindaro. HEX triplet: CB, F1 and 65. RGB value is (203,241,101). Sum of RGB (Red+Green+Blue) = 203+241+101=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF165 is #340E9A. Grayscale: #D6D6D6. Windows color (decimal): -3411611 or 6681035. OLE color: 6681035.

HSL color Cylindrical-coordinate representation of color #CBF165: hue angle of 76.29º degrees, saturation: 0.83, 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 #CBF165 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 101 -
CMYK 0.16 0 0.58 0.05
HSL 76.29º 0.83% 0.67% -
HSV(B) 76.29º 0.58% 0.95% -
XYZ 58.43 76.55 24.01 -
YUV 213.68 64.41 120.38 -
System Red Green Blue C M Y K H S L
Decimal 203 241 101 0.16 0 0.58 0.05 76.29 0.83 0.67
Hex CB F1 65 10 0 3A 5 4C 53 43
Octal 313 361 145 20 0 72 5 114 123 103
Binary 11001011 11110001 1100101 10000 0 111010 101 1001100 1010011 1000011

Color Harmonies of #CBF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF165

Black with #CBF165

Text Example


Text Example

White with #CBF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF165; }

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

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

background-color css

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

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

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

border-color css

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

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

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