Html Css Color HEX #CFEB6D Mindaro

📋 copy color: '#CFEB6D'

red 207 ◦ green 235 ◦ blue 109

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

Shades of Mindaro #CFEB6D

Tints of Mindaro #CFEB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.78%

R = 37.57%
G = 42.65%
B = 19.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#CFEB6D (or 0xCFEB6D) is known color: Mindaro. HEX triplet: CF, EB and 6D. RGB value is (207,235,109). Sum of RGB (Red+Green+Blue) = 207+235+109=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB6D is #301492. Grayscale: #D4D4D4. Windows color (decimal): -3150995 or 7203791. OLE color: 7203791.

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

Color convert

RGB 207 235 109 -
CMYK 0.12 0 0.54 0.08
HSL 73.33º 0.76% 0.67% -
HSV(B) 73.33º 0.54% 0.92% -
XYZ 58.2 73.79 25.64 -
YUV 212.26 69.72 124.25 -
System Red Green Blue C M Y K H S L
Decimal 207 235 109 0.12 0 0.54 0.08 73.33 0.76 0.67
Hex CF EB 6D C 0 36 8 49 4C 43
Octal 317 353 155 14 0 66 10 111 114 103
Binary 11001111 11101011 1101101 1100 0 110110 1000 1001001 1001100 1000011

Color Harmonies of #CFEB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB6D

Black with #CFEB6D

Text Example


Text Example

White with #CFEB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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