Html Css Color HEX #CFEB5B Mindaro

📋 copy color: '#CFEB5B'

red 207 ◦ green 235 ◦ blue 91

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

Shades of Mindaro #CFEB5B

Tints of Mindaro #CFEB5B

RGB

 RED value IS 207 (81.25% from 255) = 38.84%

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 91 (35.94% from 255) = 17.07%

R = 38.84%
G = 44.09%
B = 17.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#CFEB5B (or 0xCFEB5B) is known color: Mindaro. HEX triplet: CF, EB and 5B. RGB value is (207,235,91). Sum of RGB (Red+Green+Blue) = 207+235+91=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB5B is #3014A4. Grayscale: #D2D2D2. Windows color (decimal): -3151013 or 6024143. OLE color: 6024143.

HSL color Cylindrical-coordinate representation of color #CFEB5B: hue angle of 71.67º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFEB5B is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 91 -
CMYK 0.12 0 0.61 0.08
HSL 71.67º 0.78% 0.64% -
HSV(B) 71.67º 0.61% 0.92% -
XYZ 57.33 73.44 21.05 -
YUV 210.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 207 235 91 0.12 0 0.61 0.08 71.67 0.78 0.64
Hex CF EB 5B C 0 3D 8 48 4E 40
Octal 317 353 133 14 0 75 10 110 116 100
Binary 11001111 11101011 1011011 1100 0 111101 1000 1001000 1001110 1000000

Color Harmonies of #CFEB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB5B

Black with #CFEB5B

Text Example


Text Example

White with #CFEB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB5B; }

 p { color: rgb(207,235,91); }

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

background-color css

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

 a { background-color: rgb(207,235,91); }

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

border-color css

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

 span { border-color: rgb(207,235,91); }

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