Html Css Color HEX #CFED6B Mindaro

📋 copy color: '#CFED6B'

red 207 ◦ green 237 ◦ blue 107

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

Shades of Mindaro #CFED6B

Tints of Mindaro #CFED6B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.01%

 BLUE value IS 107 (42.19% from 255) = 19.42%

R = 37.57%
G = 43.01%
B = 19.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#CFED6B (or 0xCFED6B) is known color: Mindaro. HEX triplet: CF, ED and 6B. RGB value is (207,237,107). Sum of RGB (Red+Green+Blue) = 207+237+107=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED6B is #301294. Grayscale: #D5D5D5. Windows color (decimal): -3150485 or 7073231. OLE color: 7073231.

HSL color Cylindrical-coordinate representation of color #CFED6B: hue angle of 73.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFED6B is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 107 -
CMYK 0.13 0 0.55 0.07
HSL 73.85º 0.78% 0.67% -
HSV(B) 73.85º 0.55% 0.93% -
XYZ 58.67 74.9 25.27 -
YUV 213.21 68.06 123.57 -
System Red Green Blue C M Y K H S L
Decimal 207 237 107 0.13 0 0.55 0.07 73.85 0.78 0.67
Hex CF ED 6B D 0 37 7 4A 4E 43
Octal 317 355 153 15 0 67 7 112 116 103
Binary 11001111 11101101 1101011 1101 0 110111 111 1001010 1001110 1000011

Color Harmonies of #CFED6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED6B

Black with #CFED6B

Text Example


Text Example

White with #CFED6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED6B; }

 p { color: rgb(207,237,107); }

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

background-color css

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

 a { background-color: rgb(207,237,107); }

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

border-color css

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

 span { border-color: rgb(207,237,107); }

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