Html Css Color HEX #CBF85D Mindaro

📋 copy color: '#CBF85D'

red 203 ◦ green 248 ◦ blue 93

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

Shades of Mindaro #CBF85D

Tints of Mindaro #CBF85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.59%

 BLUE value IS 93 (36.72% from 255) = 17.1%

R = 37.32%
G = 45.59%
B = 17.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CBF85D (or 0xCBF85D) is known color: Mindaro. HEX triplet: CB, F8 and 5D. RGB value is (203,248,93). Sum of RGB (Red+Green+Blue) = 203+248+93=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF85D is #3407A2. Grayscale: #D9D9D9. Windows color (decimal): -3409827 or 6158539. OLE color: 6158539.

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

Color convert

RGB 203 248 93 -
CMYK 0.18 0 0.62 0.03
HSL 77.42º 0.92% 0.67% -
HSV(B) 77.42º 0.63% 0.97% -
XYZ 60.17 80.62 22.75 -
YUV 216.88 58.09 118.1 -
System Red Green Blue C M Y K H S L
Decimal 203 248 93 0.18 0 0.62 0.03 77.42 0.92 0.67
Hex CB F8 5D 12 0 3E 3 4D 5C 43
Octal 313 370 135 22 0 76 3 115 134 103
Binary 11001011 11111000 1011101 10010 0 111110 11 1001101 1011100 1000011

Color Harmonies of #CBF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF85D

Black with #CBF85D

Text Example


Text Example

White with #CBF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF85D; }

 p { color: rgb(203,248,93); }

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

background-color css

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

 a { background-color: rgb(203,248,93); }

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

border-color css

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

 span { border-color: rgb(203,248,93); }

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